Home » C# Programming » Delegates

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?

Correct Answer: Delegate

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion