Which among the following is best to define hierarchical inheritance?
Which among the following is best to define hierarchical inheritance? Correct Answer More than one classes being derived from one class
When two or more classes get derived from a single base class, it is known as hierarchical inheritance. This gives us freedom to use same code with different scopes and flexibility into different classes.