Choose The Statements Which Makes Delegate In Cnet Different #613
Choose the statements which makes delegate in C#.NET different from a normal class?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Delegates, Generics and LINQ - Delegates in Detail - Quiz No.1.
Choose the statements which makes delegate in C#.NET different from a normal class?
Delegates in C#.NET is a base class for all delegates type
Delegates created in C#.NET are further not allowed to derive from the delegate types that are created
Only system and compilers can derive explicitly from the Delegate or MulticasteDelegate class
All of the mentioned