Science Fair Project Encyclopedia
Instance variable
In object-oriented programming, an instance variable or data member is the data encapsulated within a class or object. In other words, each instance of the object retains a unique value for each instance variable in the class, as opposed to the class having one variable that each instantiation shared—a class variable.
Last updated: 08-14-2005 12:05:24
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


