Solved

When Declared as Protected, Which Statement Is True About the Access

Question 41

Multiple Choice

When declared as protected, which statement is true about the access to data in an object?


A) The data is accessible only by that class's methods and by all of its subclasses
B) The data is accessible only by that class's methods, by all of its subclasses, and by methods in classes within the same package.
C) The data is accessible only by that class's methods.
D) The data is accessible by any class.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions