Computer Science
OBJECT ORIENTED ANALYSIS AND DESIGN
Assignment
Transnational Bank is finally ready for fully computerized management system. The system should enable the users to create bank accounts. Bank accounts maintain their own balance. Customers should be able to deposit and withdraw money to and from their accounts by using a bank teller in one of the branches. Customers should be able to transfer funds from one bank account to another (money should be withdrawn from the source account and deposited into the destination account).
The bank manager should also calculate the interests accumulated each month for each account and deposit that amount into the account. Also, the bank manager should calculate the monthly charges each month for each account and withdraw the amount from the account.
Required:
Develop a Use-case diagram for the above scenario.