Number Of Overridden Methods (NOOM)

Description:

NOOM counts the number of inherited operations, which a class overrides. Classes without parents are not processed. High values tend to indicate design problems, i.e. subclasses should generally add to and extend the functionality of the parent classes rather than overriding them.