Inheritance Hierarchies

Inheritance Hierarchies Example: Swing Hierarchy

A Simpler Example: Hierarchy of Bank Accounts

What is the purpose of the JTextComponent class in Figure 4?

   Answer: To express the common behavior of text fields and text components.


Which instance field will we need to add to the CheckingAccount class?

   Answer: We need a counter that counts the number of withdrawals and deposits.