instance variable
A variable that other instances of a class do not share. The run-time system creates a new copy of an instance variable each time the system instantiates the class. An instance variable can contain a different value in each instance of a class, for example, the customerID variable in a Customer class.
Related terms
class, run time, value, variable

Additional Links:

Copyright Actuate Corporation 2012