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
AnswerD.
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