home *** CD-ROM | disk | FTP | other *** search
- The class template "LLStack<T>" defines a family of stacks based
- on a linked list. Notice that "LLStack<T>" is publicly derived
- from the abstract base class "Stack<T>". As a result,
- "LLStack<T>" has an is-a relationship with "Stack<T>". Anywhere
- that you can use a "Stack<T>" in your program you can also use an
- "LLStack<T>".
-