Multiple Choice
In general,a class's data fields should be declared as ______.
A) public
B) protected
C) private
D) package access
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: What does the reference super represent?
Q38: What is containment?
Q39: A subclass is said to be a
Q40: The _ access modifier hides the members
Q41: Dynamic binding is also known as _.<br>A)early
Q43: When is a method in a subclass
Q44: Is it legal for a subclass of
Q45: A base class is a class that
Q46: A subclass cannot add new members to
Q47: Java packages provide a way to group