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

  1. A thorough discussion of multiple inheritance is beyond the scope
  2. of this tutorial, but there are some obvious reasons why multiple
  3. inheritance is important in C++.  Multiple inheritance allows a
  4. derived class to reuse code from more than one base class.  It
  5. also allows you to model situations where one object inherits
  6. characteristics from more than one other object.
  7.