Vidyalelo
C# Programming · Q36

Classes and Objects in C Sharp

Programming · C# Programming · question 36

Q36

What is the access modifier used to declare a class member that is accessible only within its own class and any class derived from it in C#?

A.
internal
B.
protected
C.
protected internal
Answer
D.
private internal

Answer: Option C

Solution

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