AP Computer Science A
A class hierarchy is a way of organizing classes into a hierarchical structure, where each class is categorized based on its relationship to other classes. In this structure, subclasses inherit the attributes and behaviors of their parent classes.