home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05121.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  321.1 KB  |  1 channel  |  11,025 sample rate  |  29 seconds
Transcription: The keyword class begins the declaration of a C++ class. The identifier is the name of the class and is the type of all objects declared for that class. A class declaration can appear anywhere a declaration is legal. However, a convention is to define classes in a separate header file. Like the typedef of C, a class declaration allocates no memory. Storage is assigned only when an object of that class type is declared. cleared.