Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q50: An anonymous inner class must:<br>A) implement an
Q51: Look at the following code. Line 1
Q52: Look at the following code. Which line
Q53: When an "is a" relationship exists between
Q54: In the following statement, which is the
Q56: If a class contains an abstract method:<br>A)
Q57: Look at the following code: Line 1
Q58: All fields declared in an interface:<br>A) are
Q59: Look at the following code. Which line
Q60: What is wrong with the following code?<br>Public