In which type of inheritance do all derived classes share a common base class? 

  • Multiple Inheritance 
  • Hierarchical Inheritance 
  • Multilevel Inheritance 
  • Hybrid Inheritance
Hierarchical Inheritance is when multiple derived classes inherit from a single base class. All the derived classes share the features of that one common base class. This kind of inheritance structure resembles a hierarchy or tree structure.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *