home *** CD-ROM | disk | FTP | other *** search
- Notice that all the functions of the abstract base class are pure
- virtuals and that the template class contains no data members.
- The use of an abstract base class allows you to pass stack objects
- of classes derived from the base class to and from the same
- functions. You can also switch your implementation between
- different stacks derived from the base class "Stack" without
- having to change your code.
-