In hierarchical inheritance, more than one class extends, as per the requirement of the design, from the same base class. The common attributes of these child classes are implemented inside the base class.
Example:
A Car IS A Vehicle
A Truck IS A Vehicle