previous
|
start
|
next
Layout of a Subclass Object
SavingsAccount
object inherits the
balance
instance field from
BankAccount
, and gains one additional instance field:
interestRate
:
previous
|
start
|
next