Science Fair Project Encyclopedia
Instance
In programming, an instance consists of an individual object of a certain class. While a class simply expresses the type definition, an actual usage of a class receives the name of an "instance". Each instance of a class can have different values for its instance variables, i.e. its state.
See also
This article incorporates material from the Free On-line Dictionary of Computing
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


