Q3
Single choice
A PurchaseOrder business object and a SalesOrder business object inherit from an abstract Order business object. Both PurchaseOrder and SalesOrder objects require an orderDate property. However, PurchaseOrder requires an orderType property that is not required by SalesOrder.
What is the BEST way to model the objects?