home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13149.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  213.9 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: This example introduces one of the key aspects of object-oriented programming, polymorphism. Polymorphism is basically the ability to call a variety of different functions using a single interface. The concept of polymorphism and its manifestations in C++ are discussed in detail in the next chapter.