Home / C# Programming / Delegates :: Discussion

Discussion :: Delegates

  1. Suppose a Generic class called SortObjects is to be made capable of sorting objects of any type (Integer, Single, Byte etc.). Which of the following programming constructs should be used to implement the comparision function?

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

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment