home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13126.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  257.1 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: A thorough discussion of multiple inheritance is beyond the scope of this tutorial, but there are some obvious reasons why multiple inheritance is important in C++. Multiple inheritance allows a derived class to reuse code for more than one base class. It also allows you to model situations where one object inherits characteristics from more than one other object.