home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05162.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-12  |  194.7 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: Programs that use classes are called client code. Because of encapsulation, clients can access a class only through the established interface. Each class has a contract with the client. It must perform correctly in response to all valid messages sent by the client.