Described the ISA and HASA class relationships. How would you apply each in a class design?
A: A specialized class "is" specialization of another class and, thus, has the ISA relationship along with the other class. This relationship is best implemented via embedding an object of the Salary class in the Employee class.