home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13092.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  156 b   |  4 lines

  1. Inheritance in C++ lets you take code that you have written and
  2. tested for a base class and reuse it in all of the classes
  3. derived from that base class.
  4.