Vidyalelo
C# Programming · Q65

Delegates and Events in C Sharp

Programming · C# Programming · question 65

Q65

Suppose a Generic class called as SortObjects is to be made capable of sorting objects of any type(integer, single, byte etc). Then, which of the following programming constructs is able to implement the comparison function?

A.
interface
B.
encapsulation
C.
delegate
Answer
D.
attribute

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board