Vidyalelo
C# Programming · Q5

Delegates and Events in C Sharp

Programming · C# Programming · question 5

Q5

What is the purpose of the Invoke() method associated with delegates in C#?

A.
Adds a new delegate to the event
B.
Invokes the delegate's method
Answer
C.
Retrieves the delegate's method
D.
None of the above

Answer: Option B

Solution

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