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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board