home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A131144.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  184.3 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: This statement causes a compile time error. It is an attempt to make the access to a member in a derived class more relaxed than it is in the base class. Because X is a private member of base 1, its access cannot be changed to public in derived 1.