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
AnswerC.
private
D.
public
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board