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.