All Class Methods
Measures the number of class methods defined by a class and its superclasses.
C:\Users\documentation\Documents\vastePublisher\stable\VAS Documentation Word\images\tips.gif
This metric helps evaluate the complexity of the class. The number of class methods is usually small compared to the number of instance methods. A large number of class methods may indicate that many services are handled by the class instead of by individual instances.
Last modified date: 09/19/2019