All Instance Methods
Measures the number of instance methods defined by a class and its superclasses.
This metric helps evaluate the complexity of the class’s instances. Large classes sometimes attempt too much work themselves, instead of transferring responsibility to where it belongs. A large number of instance methods may indicate an overloaded class.
Last modified date: 09/19/2019