Page 830 - AP Computer Science A, 7th edition
P. 830

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.
  































































































   828   829   830   831   832