You are on page 1of 1

BCT77085

Banking System Sneha Karki

Account
Bank Branch
- acc_no
- name - Branch_code
1 - balance
- location - Qty 0..*
*
- code has a + deposit()
* + addAccount()
+ withdraw()
+ addBranch() + removeAccount()
1
+ addloan()
+ removeBranch()
+ removeloan()
+ getAllBranch()

Loan Saving_Account Current_Account

- loan_no - min_balance - int_rate

- amount - opening_date - opening_date

- type
+ addCustomer() + addCustomer()

+ addCustomer() + removeCustomer()

+ getEMI() 0..1

0..* 1 0..1
Customer

- cust_id
1
- name
1
- address

Fig: Class Diagram

You might also like