Class variable

From Wikipedia, the free encyclopedia

In object-oriented programming with classes, a class variable is a variable defined in a class of which a single copy exists, regardless of how many objects of the class exist.

The opposite of instance variable. A special type of class member.