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