home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06091.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  284.4 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: When an object of built-in type is defined, the compiler assigns memory for it. When an object of user-defined type is defined, a constructor function is called to create the object. Object creation can involve allocating memory and bringing the object into a usable state. If no constructor is included in the class definition, the compiler supplies a default constructor.