Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Test MDX File V13

UML Diagram

Account ↔ CurrentAccount

Account
- balance : float
+ display() : void
+ makeLodgement(float amount) : void
+ makeWithdrawal(float amount) : void
CurrentAccount
- overdraftLimit : float
+ setOverdraftLimit(float amount) : void
DepositAccount
- interestRate : float
+ setRate(float amount) : void

Figure 4.2 Account with Deposit and Current Account subclass.

Hover or tap any member for a note.