Jump to content

Instantiation

From EDM2
Revision as of 14:13, 14 November 2017 by Martini (talk | contribs) (Created page with "In programming, instantiation is the creation of a real instance or particular realization of an abstraction or template such as a class of objects or a computer process. To i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In programming, instantiation is the creation of a real instance or particular realization of an abstraction or template such as a class of objects or a computer process. To instantiate is to create such an instance by, for example, defining one particular variation of object within a class, giving it a name, and locating it in some physical place.