Respuesta :
The single syllabus can be applied into many college classes if the same syllabus is applicable when hierarchical inheritance is used.
What is Hierarchical inheritance ?
- A key component of object-oriented programming is inheritance, which allows derived classes (also known as child classes) to take on the properties (such as data members and member methods) of the base class (parent class). A child, for instance, acquires the characteristics of their parents.
- More than one subclass can inherit a single base class's property through hierarchical inheritance. Multiple derived classes are derived from one base class. The derived classes are also inherited by a number of additional classes. As a result, hierarchical structures resemble trees. Similar to that, both the mango and the apple are fruits and share the characteristics of fruit. Mango and apple are subclasses of Fruit, which will be the base class.
To learn more about hierarchical inheritance refer to:
https://brainly.com/question/13039664
#SPJ4