Vidyalelo
C# Programming · Q15

Delegates and Events in C Sharp

Programming · C# Programming · question 15

Q15

In C#, which keyword is used to declare an event that can be raised by any class within the same assembly, but not outside it?

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

Answer: Option B

Solution

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