|
|
Class Methods | A class method is activated on a class. In contrast, an instance method is activated on an object.
The Main method, which usually initiates our programs, is an example of a class method. |
|
|
Read more about class methods in the text book version of this material. |