Inheritance is an example of which type of hierarchy
Class Structure
Object Structure
Both
None of the mentioned
View Answer
Correct Answer: A — Class Structure
Explanation:
Inheritance is the most important "is a" (class structure) hierarchy and not "part of" (object structure) hierarchy.
