Home / C# Programming / Delegates :: Discussion

Discussion :: Delegates

  1. Which of the following statements are correct about delegates?

  2. A.
    Delegates cannot be used to call a static method of a class.
    B.
    Delegates cannot be used to call procedures that receive variable number of arguments.
    C.
    If signatures of two methods are same they can be called through the same delegate object.
    D.
    Delegates cannot be used to call an instance function. Delegates cannot be used to call an instance subroutine.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment