home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01133.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  244.5 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: In object-oriented languages, programmers can declare objects. These objects play the same role as variables in traditional programming languages. In traditional languages, the data type of a variable can be an integer, floating point, or any other type built into the language. In C++, the type of an object can be a built-in type or a user-defined type.