home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05183.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  260.9 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: This syntax calls a member function. Member functions model the behavior of the class. Often they record or extract information. As you adopt more object-oriented techniques, you may find that an increased portion of the application's activities are defined inside the class. The client program can work on a higher level than before.