Vidyalelo
C# Programming · Q62

Delegates and Events in C Sharp

Programming · C# Programming · question 62

Q62

Choose the statements which makes delegate in C#.NET different from a normal class?

A.
Delegates in C#.NET is a base class for all delegates type
B.
Delegates created in C#.NET are further not allowed to derive from the delegate types that are created
C.
Only system and compilers can derive explicitly from the Delegate or MulticasteDelegate class
D.
All of the mentioned
Answer

Answer: Option D

Solution

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