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

Discussion :: C#.Net MCQs

  1. Which among the following is the correct statement about delegate declaration ?

    delegate void del(int i);
  2. A.
    On declaring the delegate, a class called del is created
    B.
    the del class is derived from the MulticastDelegate class
    C.
    the del class will contain a one argument constructor and an invoke() method
    D.
    all of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :



Be The First To Comment