previous | start | next

Self Check

  1. Why didn't the SavingsAccount constructor in Section 13.1 call its superclass constructor?
  2. 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