Wrox Press C++ Tutorial
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:
protected to define a new access specification for class members