Vidyalelo
C# Programming · Q24

Delegates and Events in C Sharp

Programming · C# Programming · question 24

Q24

In C#, which access modifier is commonly used for events that allow only the defining class to raise them?

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

Answer: Option A

Solution

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