To call a class method, put the class as the first argument . Class methods can be can be called from instances and from the class itself. All of these use the same method. The method can use the classes variables and methods.
To call a class method, put the class as the first argument . Class methods can be can be called from instances and from the class itself. All of these use the same method. The method can use the classes variables and methods.