Vidyalelo
C# Programming · Q6

Delegates and Events in C Sharp

Programming · C# Programming · question 6

Q6

In C#, which keyword is used to declare an event that can be raised only by the declaring class or a derived class?

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

Answer: Option C

Solution

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