Vidyalelo
C# Programming · Q26

Delegates and Events in C Sharp

Programming · C# Programming · question 26

Q26

What is the purpose of the EventHandler delegate in C#?

A.
It represents a method that handles events
B.
It combines two delegates into a multicast delegate
C.
It serves as a template for creating event handler delegates
Answer
D.
It represents a method that takes no parameters and returns a value

Answer: Option C

Solution

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