Multiple Choice
A subclass can directly access ____.
A) public members of a superclass
B) private members of a superclass
C) all members of a superclass
D) none of the members of a superclass
Correct Answer:

Verified
Correct Answer:
Verified
Q15: A subclass can directly access protected members
Q16: What type of inheritance does Java support?<br>A)
Q17: The class Object is directly or indirectly
Q18: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB8472/.jpg" alt=" -Based on the
Q19: An abstract class can contain _.<br>A) only
Q21: An abstract method _.<br>A) is any method
Q22: In dynamic binding, the method that gets
Q23: An abstract class _.<br>A) does not have
Q24: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB8472/.jpg" alt=" -Based on the
Q25: An interface is a class that contains