home *** CD-ROM | disk | FTP | other *** search
- On this page you see the first part of the definition of the class
- template LLStack<T>. Like AStack<T>, LLStack<T> is publicly
- derived from the abstract base class Stack<T>. As a result,
- AStack<T> also has an "is-a" relationship with Stack. Anywhere
- that you can use a Stack<T> in your program you can use an
- LLStack<T>.
-