Vidyalelo
C# Programming · Q22

Delegates and Events in C Sharp

Programming · C# Programming · question 22

Q22

What is a multicast delegate in C#?

A.
A delegate that is used for asynchronous operations
B.
A delegate that can only invoke a single method
C.
A delegate that can hold references to multiple methods
Answer
D.
A delegate that is defined with multiple parameters

Answer: Option C

Solution

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