Multiple Choice
Which of the following keywords allows a subclass to access a superclass method even when the subclass has overridden the superclass method?
A) base.
B) this.
C) public.
D) super.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Which statement is true when a superclass
Q11: The default implementation of method clone of
Q12: To avoid duplicating code, use _, rather
Q13: Which of the following is the superclass
Q14: Which of the following is not a
Q15: Which of the following statements is false?<br>A)
Q16: The default equals implementation of class Object
Q17: When a subclass constructor calls its superclass
Q18: Superclass methods with this level of access
Q20: Overriding a method differs from overloading a