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: Option D
Join The Discussion