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:

Verified
Correct Answer:
Verified
Related Questions
Q5: If ClassC is derived from ClassB which
Q20: In the following statement, which is the
Q25: If a method in a subclass has
Q26: You can use this operator to determine
Q27: In _, inheritance is shown with a
Q28: A _ member's access is somewhere between
Q29: When an "is a" relationship exists between
Q33: You can write a super statement that
Q35: In object-oriented programming, _ allows you to
Q43: When a subclass overrides a superclass method,