home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05171.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-17  |  315.6 KB  |  1 channel  |  11,025 sample rate  |  29 seconds
Transcription: An object of a class is an instance of its class. The declaration of a class object is much like that of an object of built-in type. The type of the object is the class. Here are the declarations of three class objects and of one integer. Notice that the keyword class is used only in the declaration of Storm. The keyword class is required when another object with the same identifier as the class name is also in the enclosing scope. you