.. keyword:: inherit
  inherit "<path>";
  :topics: keyword, preprocessor, inheritance

  The inherit statement specifies that the present object will inherit functionality from the object at :part:`path`. The concept of inheritance (and thus the inherit statement) is explained in detail in :concept:`inheritance`.

  .. seealso:: :concept:`inheritance`