Vidyalelo
C# Programming · Q13

Classes and Objects in C Sharp

Programming · C# Programming · question 13

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board