Vidyalelo
C# Programming · Q32

Functions and Methods in C Sharp

Programming · C# Programming · question 32

Q32

Which of the following access modifiers allows a method to be accessed only within the same assembly in C#?

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

Answer: Option A

Solution

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