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

  1. Suppose that your stack class implemented a stack as an array.  If
  2. you wanted to use a linked list implementation as well, you could
  3. define a new class that implemented a stack as a linked list.
  4. Depending on how your client code is structured, you could end up
  5. having to rewrite some of it to deal with the new implementation
  6. of stacks.
  7.