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

  1. The function "Pop()" overrides the pure virtual function of the
  2. corresponding base class.  "Pop()" removes an element from the top
  3. of the stack and returns the element's value.
  4.