Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - English (Wordnet), )
instantiation
Jump to user comments
programming Producing a more defined version of some object
by replacing variables with values (or other variables).
1. In object-oriented programming, producing a particular
object from its class template. This involves allocation
of a structure with the types specified by the template, and
initialisation of instance variables with either default
values or those provided by the class's constructor
function.