“继承层次”常见的英文表达是 “inheritance hierarchy” 。
在编程和面向对象设计的语境中,这个词用于描述类之间通过继承关系形成的层级结构。例如:In this inheritance hierarchy, the base class provides common functionalities that derived classes can extend.(在这个继承层次中,基类提供了派生类可以扩展的通用功能 。)