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.