home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05182.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  242.9 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: So far, this discussion has skipped the important issues of allocating storage and setting initial values for objects of class type. One reason is that by convention, data members are private, and you access them through the member functions. Another reason is that initialization is usually through special member functions called constructors.