Q2
What is the purpose of the GetInvocationList() method associated with delegates in C#?
A.
Removes a delegate from the current delegate
B.
Adds a new delegate to the current delegate
C.
Invokes all the delegates bound to the current delegate
D.
Retrieves an array of delegates bound to the current delegate
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board