Vidyalelo
C# Programming · Q31

Delegates and Events in C Sharp

Programming · C# Programming · question 31

Q31

Which among the following differentiates a delegate in C#.NET from a conventional function pointer in other languages?

A.
delegates in C#.NET represent a new type in the Common Type System
B.
delegates allows static as well as instance methods to be invoked
C.
delegates are type safe and secure
D.
none of the mentioned
Answer

Answer: Option D

Solution

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