A class method is a method that is bound to the class and not the instance of the class. It can modify the class state that applies across all instances of the class. Class methods are defined using ...
~lb(0): microsoftlearning's summary on the mechanics of instance/class/static methods ~lb(1): brief summary on the logic behind use of instance/class/static methods # D.cls_method(1, 2) # <-- ...