CHAPTER 3 Inheritance and Polymorphism ANSWERS EXPLAINED 1. (D) The methods are deposit, withdraw, and getBalance, all inherited from the BankAccount class, plus addInterest, which was defined just for the class SavingsAccount.