In which class the hierarchy have more different features. Plz Help
Answers
Answered by
0
Answer:A hierarchy is an arrangement of items in which the items are represented as being "above", "below", or "at the same level as" one another. Hierarchy is an important concept in a wide variety of fields, such as philosophy, mathematics, computer science, organizational theory, systems theory, and the social sciences
Explanation:
Answered by
0
Answer:
when several classes are derived from common base class it is called hierarchical inheritance.
In a C++ hierarchical inheritance ,the features of the base class is inherited on two more than the sub-class .
For example a car is a common class from which Audi ,Ferrari Maruti etc.can be derived.
Similar questions