Home / CSE MCQs / C#.Net MCQs :: Discussion

Discussion :: C#.Net MCQs

  1. Choose the statements which makes delegate in C#.NET different from a normal class?
  2. 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

    View Answer

    Workspace

    Answer : Option D

    Explanation :



Be The First To Comment