Definitions for "Class method"
a method marked static
a method not attached to a specific object and accessed by using ClassName
a method of the class, and appropriately enough, an object method is a method that can be called by an instance of the class
Keywords:  behaviour, unit, named
A named unit of behaviour of a class.