Which among the following is correct for a hierarchical inheritance?

Which among the following is correct for a hierarchical inheritance? Correct Answer One base class can be derived into other two derived classes or more

One base class can be derived into the other two derived classes or more. If only one class gets derived by only 2 other classes, it is also hierarchical inheritance, but it is not a mandatory condition, because any number of derived classes can be there.
Bissoy MCQ

Related Questions

Which among the following is best to define 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?
Hierarchical inheritance can be a subset of _________________