home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A131135.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  171.2 KB  |  1 channel  |  11,025 sample rate  |  16 seconds
Transcription: Because there is private inheritance from Base 1 to derived one, the public members of Base 1 are private in derived one. This means that F is a private member of derived one, and this attempt to call F causes a compile-time error.