Transcription: When you specify the base class of a derived class, you can also specify the axis that the derived class has to the base class. Axis levels can be public, protected, or private. The default is private. In this example, derived 1 and derived 4 have private inheritance, while derived 2 has protected inheritance, and derived 3 has public inheritance.