Class method
Appearance
In computer science, a class method or static method can be invoked without reference to a particular object. These affect an entire class, not merely a particular instance of the class.
See also: instance method
In computer science, a class method or static method can be invoked without reference to a particular object. These affect an entire class, not merely a particular instance of the class.
See also: instance method