|
|
|
|
So far, we've looked at instance variables and methods -- that is, variables and methods associated with a specific instance of a class. However, it is possible to associate both variables and methods with the class itself. These are known as class variables and class methods. |
|
This page was last modified on 02 October, 2007 |