home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05163.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-12  |  169.6 KB  |  1 channel  |  11,025 sample rate  |  15 seconds
Transcription: A class member that is declared as public can be used by any function that has access to the class itself. For example, if a class is declared at file scope, the public members of that class can be used by any function in the file.