November 2014
Beginner
632 pages
19h 31m
English
CHAPTER 14
![]()
Polymorphism
Polymorphism is such a powerful feature of object-oriented programming that you’ll use it in the majority of your C++ programs. Polymorphism requires you to use derived classes, and the content of this chapter relies heavily on the concepts related to inheritance in derived classes that I introduced in the previous chapter.
In this chapter you’ll learn: