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.
Bissoy MCQ

Related Questions

Which among the following is correct for a hierarchical inheritance?
If hierarchical inheritance requires to inherit more than one class to single class, which syntax is correct? (A, B, C are class names)
How many classes must be there to implement hierarchical inheritance?