Multiple Choice
What class access modifier is used to indicate that access is limited to another class to which the class belongs?
A) private
B) internal
C) protected
D) public
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: What interface in C# contains the definition
Q21: What happens if you do not explicitly
Q22: What are the set of attributes of
Q23: Where are the data components of a
Q24: What are the class access modifiers in
Q26: A GUI object, such as a Button,
Q27: What happens when a method overrides another
Q28: What reference is passed implicitly and invisibly
Q29: The Sort() method accepts an array as
Q30: Explain what a destructor is and why