home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17201.TXT < prev    next >
Encoding:
Text File  |  1993-11-25  |  330 b   |  7 lines

  1. On this page you see the first part of the definition of the class
  2. template LLStack<T>.  Like AStack<T>, LLStack<T> is publicly
  3. derived from the abstract base class Stack<T>.  As a result,
  4. AStack<T> also has an "is-a" relationship with Stack.  Anywhere
  5. that you can use a Stack<T> in your program you can use an
  6. LLStack<T>.
  7.