Q30
What is the access modifier used to declare a class member that is accessible only within its own class in C#?
A.
internal
B.
protected
C.
private
AnswerD.
public
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board