home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13121.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  176.1 KB  |  1 channel  |  11,025 sample rate  |  16 seconds
Transcription: You can declare a class to have more than one base class. In this example, the class derived1 has two base classes, base1 and base2. This ability for a class to be derived from more than one other class is called multiple inheritance.