You create Microsoft Windows-based applications. You create a component that is used by 10
Windows-based applications. The component contains classes that represent persons. The three
main classes are named Customer, Contractor, and Employee. These three classes serve as
base classes for other classes. All classes have similar properties. The properties are
implemented in a base abstract class called Person. The Customer, Contractor, and Employee
classes can be instantiated. The following table describes what each method does in these
classes. Methods are included and implemented as high up in the hierarchy as possible. You
need to define the appropriate method to be implemented in the appropriate base class. What
should you do? To answer, drag the appropriate methods to the correct class or classes in the
answer area.
Answer(s)
Correct Answer