home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05175.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-17  |  241.2 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: The identifiers of class members have class scope. This means that they are visible only in member functions of that class. To be visible in other parts of the program, identifiers of public members must be qualified by the name of an object of the class. Identifiers of static public members can also be qualified by the class name.