Interface Verses Implementation
An interface of an ADT tells you how to use the ADT in your program
The implementation of the ADT tells how the interface is realized as C++ code
Previous slide
Back to first slide
View graphic version