You are on page 1of 1

Scenario:

Create a Menu Driven Application for managing the Customers of ABC Bank
The following are the expected options:
1. Add Branch
Using this option the add branch and display auto generated branchId.
2. Add Customer:
Use this option to add customer to an existing branch. Date of joining should be the date when
the customer is added to the branch(do not get input from user for DOJ).
3. View Statistics:
Using this option, user can provide the branch id and view the total account balance in a branch
if the branch has minimum 5000 total account balance.
4. View Customer:Using this option display all the customer in a branch.

Following is the structure of class

Note: Bank class should implement methods declared in IBank interface. Create Customer and
Employee table with the attributes defined in the above class diagram.

You might also like