home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05184.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  337.5 KB  |  1 channel  |  11,025 sample rate  |  31 seconds
Transcription: The C++ statements you see here could be in the same block of C++ code. They are two different display functions. The compiler selects the function that is a member of the class of each object. Note that these display functions do not have the same number or types of arguments. Functions with the same name do not have to do the same or even similar things. However, it is wise to duplicate a name only when the functions are logically related.