Weighted Methods Per Class: (as sum of the McCabe numbers)
`The number of methods and the complexity of methods involved is an indicator of how much time and effort is required to develop and maintain a class.
The larger the number of methods in a class the greater the potential impact on children, since children will inherit all the methods defined in the class.
Classes with large numbers of methods are likely to be more application specific, limiting the possibility of reuse.''