Murali Poola
What is the difference between Comparable and IComparer?
By Murali Poola in .NET on Apr 23 2012
  • Poornima
    Aug, 2013 6

    IComparer interface implements the Compare method which can be used compare objects of different types. IComparable interface implements the CompareTo method which can be used to compare objects of same types.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS