Problem:
Which of the following statements declares Salaried as a subclass of PayType?
a. public class Salaried extends PayType
b. public class Salaried implements PayType
c. public class Salaried derivedFrom(Paytype)
d. public class PayType derives Salaried