Multiple Choice
Which key word indicates that a class inherits from another class?
A) final
B) super
C) implements
D) extends
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Which of the following statements declares Salaried
Q25: All methods specified by an interface are
Q26: If a subclass constructor does not explicitly
Q27: In an inheritance relationship, the subclass constructor
Q28: If you don't provide an access specifier
Q30: In Java, a reference variable is _
Q31: Given the following code: Line 1 public
Q32: A subclass may call an overridden superclass
Q33: You can write a super statement that
Q34: Which of the following is an example