Instance variable

From Wikipedia, the free encyclopedia

In object-oriented programming with classes, an instance variable is a variable defined in a class, for which each object in the class has a separate copy.


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