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

Verified
Correct Answer:
Verified
Related Questions
Q9: When you use information hiding by selecting
Q10: What is another name for a derived
Q11: What are the requirements for overloading the
Q12: When a derived class contains a method
Q13: What happens to a base class member
Q15: The ability to inherit from more than
Q16: Explain the sequence of constructors that will
Q17: When presented with two classes that have
Q18: The Equals() method compares two objects and
Q19: Briefly describe the similarities and differences between