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