home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05181.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  342.9 KB  |  1 channel  |  11,025 sample rate  |  31 seconds
Transcription: These lines of code show that you can declare arrays of objects, pointers to objects, and references to objects. The return value of a function can be an object of class type, or a pointer or reference to an object of class type. You can pass objects as arguments to functions. One of the elegant features of object-oriented programming is that once the classes have been appropriately defined, you can use the same syntax to manipulate class type objects, you use for objects of built-in types.