home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01163.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  253.8 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: The type of an object can be a user-defined class or a built-in type, such as int or float. Code that manipulates class objects can look much like code that manipulates non-class objects. The standard operators of the language can be redefined for use with user-defined types. Functions that perform similar operations on objects of different types can have the same name.