Home / C# Programming / Delegates :: Discussion

Discussion :: Delegates

  1. With which of the following can the ref keyword be used?

    1. Static data
    2. Instance data
    3. Static function/subroutine
    4. Instance function/subroutine

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

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment