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:

Verified
Correct Answer:
Verified
Related Questions
Q44: You use the keyword _ to achieve
Q45: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TBX9006/.jpg" alt=" Use the above
Q46: What are virtual method calls?
Q47: public class ASuperClass <br>{ <br> public
Q48: Write the statement to create a class
Q50: If jrStudent is an object of Student
Q51: Match each term with the correct statement
Q52: Match each term with the correct statement
Q53: Programmers and analysts sometimes use a graphical
Q54: You can use the _ modifier with