A class inherits its property into multiple sub classes, then such type of inheritance known as hierarchical inheritance.
In the above diagrams class B & C are derived class of base class A. Therefore object of class B & C can access the public property of base class A as well as its so on.