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

  1. Notice that two different kinds of Stack objects can be passed to
  2. the function useStack().  This works because the class Stack is an
  3. abstract base class, and both astack and llstack are Stacks.
  4.