Multiple Choice
A(n) ____ data field or method can be used within its own class or in any classes extended from that class, but it cannot be used by "outside" classes.
A) protected
B) public
C) private
D) internal
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: A _ is a synonym for a
Q6: A base class member that is not
Q7: Briefly describe the four public instance methods
Q9: The ability to inherit from more than
Q9: When you use information hiding by selecting
Q13: Every class you create in C# derives
Q14: When a derived class contains a method
Q15: The entire list of parent classes from
Q22: If a base class and a derived
Q33: Show an example of a class definition