Question: JAVA PROGRAMMING Bank Program. Write a program to simulate a bank which includes the following: Create the following classes: Bank Customer Account At a minimum
JAVA PROGRAMMING
Bank Program.
Write a program to simulate a bank which includes the following:
Create the following classes:
Bank
Customer
Account
At a minimum include the following data fields for each class:Bank
Routing number
Customer
First name
Last name
Account
Account number
Balance
Minimum balance
Overdraft fee
At a minimum write the following methods for each class:Bank
(public static void main(String[] args)
Create new customer
Customer
OpenAccount
CloseAccount
Account
GetBalance
DepositFunds
WithdrawFunds
PrintAccountInfo
Include a commented header section at the top of each class file which includes your name, and a brief description of the class and program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
