CIS 22 - Data Structure: Composition vs. Inheritance
- Source code for class List
- Source code for class Collection
- Using composition
- Using public inheritance
- Using private inheritance
- Test driver (tcollect.cpp) for all
implementations (include file may be collect1.h, collect2.h, or
collect3.h)
Back to CIS 22 home page