Home / C# Programming / Delegates :: Discussion

Discussion :: Delegates

  1. In which of the following areas are delegates commonly used?

    1. Remoting
    2. Serialization
    3. File Input/Output
    4. Multithreading
    5. Event handling

  2. A.
    1 and 2 only
    B.
    1 and 5 only
    C.
    1, 2 and 3 only
    D.
    4 and 5 only
    E.
    All of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment