Transcription: In C++, you can define a class that is based on another class. The class that you define is called the derived class, and it inherits the properties of the existing class called the base class. Inheritance is the term used to describe how derived classes share the properties of their base classes.