Multiple Choice
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 comparison function?
A) Namespace
B) Interface
C) Encapsulation
D) Delegate
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Which of the following statements is correct
Q11: The reason that C# does not support
Q12: How many enumerators will exist if four
Q13: C# supports a technique known as_, which
Q14: Which namespace includes most of the Control
Q16: Which of the following should be used
Q17: Exponential formatting character ('E' or 'e') converts
Q18: In C#, having unreachable code is always
Q19: C# treats the multiple catch statements like
Q20: How can you prevent inheritance from a