Example.
We could create subclasses: part-time-teller, full-time-teller, etc.,
as shown in Fig. 8.4.
But problems: (1) redundancy leads to potential inconsistency on updates;
and (2) the hierarchy cannot represent full/part- time employees who are
neither secretaries nor tellers.
Figure 8.4: Class hierarchy for full- and part-time employees.