Vidyalelo
C# Programming · Q41

Delegates and Events in C Sharp

Programming · C# Programming · question 41

Q41

Choose the incorrect statement about delegates?

A.
delegates are not type safe
Answer
B.
delegates can be used to implement callback notification
C.
delegate is a user defined type
D.
delegates permits execution of a method in an asynchronous manner

Answer: Option A

Solution

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