class method

class method

(programming)A kind of method, available in someobject-oriented programming languages, that operates on theclass as a whole, as opposed to an object method thatoperates on an object that is an instance of the class.

A typical example of a class method would be one that keeps acount of the number of objects of that class that have beencreated.