Overriding Methods
- A subclass can decide to override an inherited method if the inherited
method is not adequate.
- For example, the generic display
method in the Item class
cannot know how to label the attributes of an Oxford shirt since such these
attributes are in the OxfordShirt class.