Vidyalelo
C# Programming · Q68

Delegates and Events in C Sharp

Programming · C# Programming · question 68

Q68

Which of the following are the correct statements about delegates?

A.
Delegates can be used to implement callback notification
B.
Delegates permit execution of a method on a secondary thread in an asynchronous manner
C.
Delegate is a user defined type
D.
All of the mentioned
Answer

Answer: Option D

Solution

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