What Does A Derived Class Inherit From Its Base Class?

What Does A Derived Class Inherit From Its Base Class? The derived class inherits all members and member functions of a base class. The derived class can have more functionality with respect to the Base class and can easily access the Base class. A Derived class is also called a child class or subclass. What