Multiple Choice
A protected member of a class may be directly accessed by __________.
A) methods of the same class
B) methods of a subclass
C) methods in the same package
D) Any of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: In a class hierarchy _.<br>A) the more
Q14: _ is a special type of expression
Q15: When a subclass overloads a superclass method
Q16: In the following statement, which is the
Q17: Because the subclass is more specialized than
Q19: Inheritance involves a subclass, which is the
Q20: Which of the following is the operator
Q21: In the following code, which line will
Q22: In the following statement, which is the
Q23: Because every class directly or indirectly inherits