Home / C# Programming / Delegates :: Discussion

Discussion :: Delegates

  1. Which of the following statements is incorrect about a delegate?

  2. A.
    A single delegate can invoke more than one method.
    B.
    Delegates can be shared.
    C.
    Delegate is a value type.
    D.
    Delegates are type-safe wrappers for function pointers.
    E.
    The signature of a delegate must match the signature of the method that is to be called using it.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment