Multiple Choice
Superclass methods with this level of access cannot be called from subclasses.
A) private.
B) public.
C) protected.
D) package.
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
Q19: Which of the following keywords allows a
Q20: Overriding a method differs from overloading a