previous
|
start
|
next
Self Check
Why didn't the
SavingsAccount
constructor in Section 13.1 call its superclass constructor?
When you invoke a superclass method with the
super
keyword, does the call have to be the first statement of the subclass method?
previous
|
start
|
next