Q4
What is the access specifier that allows members of a class to be accessed from any other class in the same assembly in C#?
A.
public
B.
private
C.
protected
D.
internal
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board