Chapter 9. Inheritance
In This Chapter
• Derived Class and Base Class 373
• Derived Class Constructors 380
• Overriding Member Functions 382
• Inheritance in the English Distance
Class 384
• Inheritance and Graphics Shapes 393
• Public and Private Inheritance 396
• private
Derivation in EMPMULT 409
• Ambiguity in Multiple Inheritance 413
Inheritance is probably the most powerful feature of object-oriented programming, after classes themselves. Inheritance is the process of creating new classes, called derived classes, from existing or base classes. The ...
Get Object-Oriented Programming in C++, Fourth 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.