CWE-1074

Class with Excessively Deep Inheritance
AI Translation Available

A class has an inheritance level that is too high, i.e., it
has a large number of parent classes.

Status
incomplete
Abstraction
base

While the interpretation of 'large number of parent classes' may vary for each product or developer, CISQ recommends a default maximum of 7 parent classes.

Common Consequences

other
Impacts
reduce maintainability increase analytical complexity

Potential Mitigations