Examveda

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

D. Invokes the event

Answer: Option C


Join The Discussion

Related Questions on Delegates and Events in C Sharp