previous | start | next

Answers

  1. It was content to use the default constructor of the superclass, which sets the balance to zero.
  2. No–this is a requirement only for constructors. For example, the SavingsAccount.deposit method first increments the transaction count, then calls the superclass method.


previous | start | next