Solved

Which of the Following Statements Declares Salaried as a Subclass

Question 24

Multiple Choice

Which of the following statements declares Salaried as a subclass of PayType?


A) public class Salaried implements PayType
B) public class PayType derives Salaried
C) public class Salaried extends PayType
D) public class Salaried derivedFrom(Paytype)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions