Vidyalelo
C# Programming · Q7

Functions and Methods in C Sharp

Programming · C# Programming · question 7

Q7

What is the access modifier used to define a method that can be accessed from any 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