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
AnswerD.
private internal
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board