home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16181.TXT < prev    next >
Encoding:
Text File  |  1993-08-13  |  315 b   |  6 lines

  1. After defining a set of exception classes, you may want to
  2. organize them into logical groups.  Inheritance is an excellent
  3. tool to model the hierarchical relationship of exceptions.  Common
  4. behavior is associated with the base classes and more specific
  5. information and behavior falls into the derived classes.
  6.