Difference between revisions of "Instance"

esse quam videri
Jump to: navigation, search
(Created page with " =Definition= =Relevance= =Explanation= =Resources= == See also == * Object Oriented Programming * Class * Object ==Notes== ==External Links== Categor...")
 
(Definition)
Line 1: Line 1:
  
 
=Definition=
 
=Definition=
 +
In object-oriented programming, an instance is an occurrence of an object. Each instance is unique and will have its own data. Creating an instance of an object is also known as instantiation.
  
 
=Relevance=
 
=Relevance=

Revision as of 23:57, 9 August 2019

Definition

In object-oriented programming, an instance is an occurrence of an object. Each instance is unique and will have its own data. Creating an instance of an object is also known as instantiation.

Relevance

Explanation

Resources

See also

Notes

External Links