Q13
What is the access specifier that restricts access to members of a class only within the same class and its derived classes in C#?
A.
public
B.
private
C.
internal
D.
protected
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board