home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01165.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-27  |  171.2 KB  |  1 channel  |  11,025 sample rate  |  16 seconds
Transcription: When you define a class in C++, you specify which members of the class are visible to the client code. Members declared to be private are hidden from the client code. Members declared to be public form the interface between a class and the client code.