Vidyalelo
C# Programming · Q4

Classes and Objects in C Sharp

Programming · C# Programming · question 4

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
Answer

Answer: Option D

Solution

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