Wrox Press C++ Tutorial


Chapter 8 - Class Inheritance

In this chapter, we're going to look into a topic that lies at the heart of object-oriented programming - inheritance. Simply put, inheritance is the means by which you can define a new class in terms of one you already have. Inheritance comes up time and again in C++ programming, so it's important that you understand how inheritance works.

In this chapter you will learn about:


© 1998 Wrox Press