Account
- balance : float
+ display() : void
+ makeLodgement(float amount) : void
+ makeWithdrawal(float amount) : void
CurrentAccount
+ setOverdraftLimit(float amount) : void
DepositAccount
+ setRate(float amount) : void
Figure 4.2 Account with Deposit and Current Account subclass.
Hover or tap any member for a note.