home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / specials / c-pp / 01 / 01017.wav (.mp3) < prev    next >
Waveform Audio File Format  |  1995-09-24  |  585.8 KB  |  1 channel  |  22,050 sample rate  |  27 seconds
Transcription: Suppose you have two functions to find the social security number of an employee. You pass the first one in employee name and you pass the second one in employee number. They both return the same thing, the social security number. In C, you would give these two functions different names even though they perform similar functions. For example, you might name them findSSByName and findSSByNumber. In C++, you could do the same thing.