Vidyalelo
C# Programming · Q63

Delegates and Events in C Sharp

Programming · C# Programming · question 63

Q63

Which of the following is an incorrect statement about delegate?

A.
a single delegate can invoke more than one method
B.
delegates could be shared
C.
delegates are type safe wrappers for function pointers
Answer
D.
delegate is a value type

Answer: Option C

Solution

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