home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12092.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  171.8 KB  |  1 channel  |  11,025 sample rate  |  16 seconds
Transcription: Almost every time you use an object in a program, the type of the object is checked to ensure that the operation makes sense. When you pass an object to a function, apply an operator to an object, or assign a value to an object, the type of the object is checked.