Vidyalelo
C# Programming · Q3

Delegates and Events in C Sharp

Programming · C# Programming · question 3

Q3

What is a callback function in the context of delegates and events in C#?

A.
A function that is called when an event is raised
B.
A function that is called to subscribe to an event
C.
A function that is called to unsubscribe from an event
D.
A function that is called to handle an event
Answer

Answer: Option D

Solution

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