Vidyalelo
C# Programming · Q58

LINQ (Language

Programming · C# Programming · question 58

Q58

Choose the correct statement about the IComparer interface in C#?

A.
The IComparer<T> is in System.Collections.Generic
B.
It defines a generic form of Compare()
C.
Only The IComparer<T> is in System.Collections.Generic
D.
Both The IComparer is in System.Collections.Generic & It defines a generic form of Compare()
Answer

Answer: Option D

Solution

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