Vidyalelo
C# Programming · Q36

Delegates and Events in C Sharp

Programming · C# Programming · question 36

Q36

Which of the following statements is correct about a delegate?

A.
inheritance is a prerequisite for using delegates
B.
delegates are not type safe
C.
delegates provides wrappers for function pointers
Answer
D.
none of the mentioned

Answer: Option C

Solution

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