Home / C# Programming / Delegates :: Discussion

Discussion :: Delegates

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

  2. A.
    Delegates are reference types.
    B.
    Delegates are object oriented.
    C.
    Delegates are type-safe.
    D.
    Delegates serve the same purpose as function pointers in C and pointers to member function operators in C++.
    E.
    Only one method can be called using a delegate.

    View Answer

    Workspace

    Answer : Option E

    Explanation :

    No answer description available for this question.


Be The First To Comment