Vidyalelo
C# Programming · Q25

Delegates and Events in C Sharp

Programming · C# Programming · question 25

Q25

What is the purpose of the Delegate.Combine method in C#?

A.
Creates a new multicast delegate
B.
Invokes all delegates in a multicast delegate
C.
Removes a delegate from a multicast delegate
D.
Combines two delegates into a multicast delegate
Answer

Answer: Option D

Solution

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