Banking System - Drawio
Banking System - Drawio
+
Bank
+ List<Customer> customer
+ getCustomer(); : List<Customer>
Use
Customer
Abstract BankAccount
+ long idNumber;
+ String CHECKING; Use + String fullName
+ List<CreditCarrd> listCard;
+ long accountNumber CreditCard Use
+ CreditCard credit;
+ getHistoryTransaction() : String
+ double amount;
Checking Saving
+ double beginAmount
+ withdraw() : void + withdraw() : void
+ double endAmount;
+ deposit() : void + deposit() : void
+ String typeTransaction
+ doTransaction() : void
Extends
Extends
Deposit
Withdraw
+ doTransaction() : void
+ doTransaction() : void