Home / C# Programming / Delegates :: Discussion

Discussion :: Delegates

  1. Suppose on pushing a button an object is to be notified, but it is not known until runtime which object should be notified. Which of the following programming constructs should be used to implement this idea?

  2. A.
    Attribute
    B.
    Delegate
    C.
    Namespace
    D.
    Interface
    E.
    Encapsulation

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment