Definition: instance
(1) A single copy of a running program. Multiple instances of a program mean that the program has been loaded into memory several times.
(2) In object technology, a member of a class; for example, "Lassie" is an instance of the class "dog." When an instance is created, the initial values of its instance variables are assigned.