instance variable
Also found in: Dictionary, Thesaurus, Medical, Legal, Financial, Acronyms.
instance variable
[′in·stəns ‚ver·ē·ə·bəl] (computer science)
The data in an object of an object-oriented program.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
instance variable
(programming)In object-oriented programming, one of the
variables of a class template which may have a different
value for each object of that class. Instance variables
hold the state of an object.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)