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

  1. The class AStack is derived from Stack.  It implements a stack as
  2. an array.  It has a constructor and a destructor, but all of its
  3. other member functions are inherited from Stack.  Its public
  4. interface is the same as the public interface of Stack.
  5.