Select from following answers:- IEquatable interface
- IFormattable interface
- IComparable interface

- none of these,
- All Above
IComparable interface is correct.
IEquatable allows two objects of a class to be compared for equality but sorting is not there.
IFormattable is only for formatting(Ex: Object---->String)
Show Correct Answer
|
Alert Moderator