home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052106.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-12  |  246.7 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: The member function init() initializes a phonebook object. It sets the data member numEntry to zero to indicate that the phonebook is empty. This is an inline function because its body appears inside the class definition. The first improvement to this implementation will be to replace init() with a special form of member function called a constructor.