home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05104.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  251.1 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: A most important feature of classes is the ability to declare some members private so that they are hidden from the outside program and declare other members public. The public functions and members form the interface to objects of that class. The result is a more robust and natural style of modular programming than was possible in languages such as the C language.