|
Data Structures and Algorithms
with Object-Oriented Design Patterns in C# |
The SortedListAsArray class is introduced
in Program
.
The SortedListAsArray class extends the
OrderedListAsArray class
introduced in Program
and it implements the SortedList interface
defined in Program
.

Program: SortedListAsArray class.
There are no addition fields required to implement the SortedListAsArray class. That is, the fields provided by the base class OrderedListAsArray are sufficient.