Chapter 15
Binding, Polymorphisms, and Virtual Functions
CHAPTER OUTLINE
15.3 Pointer to Base and Derived Class Objects
15.5 Rules for Virtual Functions
15.9 Working of Virtual Functions
15.10 Virtual Functions in Derived Classes
15.1 INTRODUCTION
One of the key features offered by C++ is polymorphisms. It is essential to know the concepts of polymorphisms and associated topics. In this chapter, we are going to learn and implement static (early) binding, dynamic (late) ...
Get Programming in C++, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.