home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13146.TXT < prev    next >
Encoding:
Text File  |  1993-09-21  |  179 b   |  4 lines

  1. The class LLStack is also derived from Stack.  It implements a
  2. stack as a linked list.  Like AStack, its public interface is
  3. exactly the same as the public interface of Stack.
  4.