Q20
What does the += operator do when used with events in C#?
A.
Removes an event handler from the event
B.
Subscribes to the event
C.
Adds an event handler to the event
AnswerD.
Invokes the event
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board