Lecture overview -- Keyboard shortcut: 'u'  Previous page: Interfaces from the C# Libraries -- Keyboard shortcut: 'p'  Next page: Sample use of IEnumerator and IEnumerable -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Abstract classes, Interfaces, and Patterns - slide 15 : 37

Sample use of IComparable
Object of classes that implement IComparable can be sorted by a method such as Array.Sort
IComparable-non-generic.cs
A reproduction of the interface IComparable.
Go to exercise
Comparable Dice