home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13101.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  229.2 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: When you define a derived class, the base classes are listed following the derived class name. You can specify the level of access that the derived class has to members of the base class by including an access specifier before the base class name. If you do not include an access specifier, private is assumed.