home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A051101.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  180.5 KB  |  1 channel  |  11,025 sample rate  |  16 seconds
Transcription: When you define a C++ class, you are building a package with an interface for client code to use. Like the drinks machine, your class contracts to perform the expected activities, but not to reveal the internals of its implementation.