Multiple Choice
What class access modifier should you utilize to limit access to the assembly (a group of code modules compiled together) to which the class belongs?
A) private
B) internal
C) protected
D) public
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: A parameter that is undeclared and that
Q11: Creating an object requires two steps that
Q12: What kind of property is one in
Q13: What statement regarding the use of destructors
Q14: When you create an array of objects,
Q16: Only nonstatic methods receive a this reference.
Q17: What class access modifier means that access
Q18: As an alternative to repeating code in
Q19: What consists of abstract methods (and perhaps
Q20: What interface in C# contains the definition