Multiple Choice
The ______ access modifier hides the members of a class from the class's clients but makes them available to a subclass and to another class within the same package.
A) public
B) protected
C) private
D) package access
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: What kind of relationship exists between a
Q36: A class's _ members can only be
Q37: What does the reference super represent?
Q38: What is containment?
Q39: A subclass is said to be a
Q41: Dynamic binding is also known as _.<br>A)early
Q42: In general,a class's data fields should be
Q43: When is a method in a subclass
Q44: Is it legal for a subclass of
Q45: A base class is a class that