Solved

The Methods in a Subclass Can Use All of the Data

Question 49

Multiple Choice

The methods in a subclass can use all of the data fields and methods that belong to its parent, with one exception: ____ members of the parent class are not accessible within a child class's methods.


A) private
B) public
C) final
D) protected

Correct Answer:

verifed

Verified

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

Related Questions