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

  1. You can declare a class to have more than one base class.  In this
  2. example, the class derived1 has two base classes, base1 and base2.
  3. This ability for a class to be derived from more than one other
  4. class is called multiple inheritance.
  5.