next up previous
Next: Sequences Up: Elements of Object-Oriented Program Previous: Exception Handling

Object-Oriented Data Structures

The traditional programming curriculum focuses far more attention on efficient algorithms than on clean program design. Nearly all existing books on data structures including those that use C++ and Java fail to apply good object-oriented design principles in presenting interesting data structures. In this chapter, we will show how to formulate some of the most common data structures in an object-oriented design framework. Enjoy!



Subsections

Corky Cartwright 2004-02-05