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

  1. The abstract base classes created using the class template
  2. "Stack<T>" contain three exception class definitions:  "MemAlloc",
  3. "FullExcept", and "EmptyExcept".  The exception classes are
  4. derived from the abstract base class "Exception".  The abstract
  5. base class "Exception" defines the behavior of its derived
  6. classes.
  7.