Multiple Choice
A subclass can directly access:
A) all members of the superclass
B) only public and private members of the superclass
C) only protected and private members of the superclass
D) only public and protected members of the superclass
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Private members of the superclass cannot be
Q8: Replacing inadequate superclass methods with more suitable
Q9: Protected class members are denoted in a
Q10: Every class is either directly or indirectly
Q12: This annotation tells the Java compiler that
Q13: An abstract class is not instantiated, but
Q14: If a method in a subclass has
Q15: When a subclass overloads a superclass method:<br>A)
Q54: A compiler error will result if an
Q63: If two methods in the same class