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

  1. Stack collection classes are derived from the class template
  2. "Stack<T>" that is used to build a family of abstract base
  3. classes.  These abstract base classes define the interface for
  4. their stack collection classes.  The abstract base classes
  5. guarantee that a minimal set of operations will be available in
  6. all derived stack collection classes.
  7.