Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
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()