home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13111.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  289.9 KB  |  1 channel  |  11,025 sample rate  |  27 seconds
Transcription: When you specify the base class of a derived class, you can also specify the axis that the derived class has to the base class. Axis levels can be public, protected, or private. The default is private. In this example, derived 1 and derived 4 have private inheritance, while derived 2 has protected inheritance, and derived 3 has public inheritance.