Multiple Choice
When a data field is private, it is said to be ____ to any class other than the one in which it is defined.
A) uninheritable
B) implicit
C) unreachable
D) inaccessible
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: A(n) _ is used as the basis
Q4: Code that has been used and tested
Q5: A(n) _ is another name for a
Q6: The capability to inherit from more than
Q7: Derived classes usually have fields and methods
Q9: If a class's only constructor requires an
Q10: The type of polymorphism that applies specifically
Q11: Classes that depend on field names from
Q12: What is accomplished when you assign a
Q13: A(n) _ cannot be overloaded.<br>A)instance method<br>B)method<br>C)constructor<br>D)destructor