Discussion :: C#.Net MCQs
- 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 Multi caste Delegate class
|
D.
All of the mentioned
|
Answer : Option D
Explanation :
Be The First To Comment