to instantiate

listen to the pronunciation of to instantiate
Английский Язык - Турецкий язык
Temsil etmek, örnek oluşturmak, simgelemek
örneklerle desteklemek
Английский Язык - Английский Язык
To represent an abstract concept by a concrete instance
The process of creating a new object from a class (with the 'new' statement)
To represent (an abstract concept) by a concrete or tangible example: “Two apples... both instantiate the single universal redness” (J. Holloway)
To create an object from a given class
(XML Developer's Kits Guide - XDK)
to create an object (an instance) of a specific class
(Application Developer's Guide - XML) [definition #2] (Case Studies - XML Applications)
to replace an entity reference with an instance of its declared content
The first time a PL/SQL package is called, it is instantiated The package is read into memory Memory is allocated for any variables defined in the package Each session will have its own copy of packaged variables
To bring into existence an object of a given class
represent by an instance; "This word instantiates the usage that the linguists claimed to be typical for a certain dialect
{f} provide evidence to support a claim, support with an example; produce a more specifically defined object by replacing some variables with values (Computer Programming)
To create an instance of an object The process of creating or activating an object based on its class
To create or generate a particular instance or object of a data type, often a template class For example, an instance box1 of class box could be instantiated with the declaration: box box1
In object-oriented programming, to represent a class abstraction with a concrete instance of the class A way to replicate a class file into several new components
To create an instance of an object
To declare an object from a class
To create an actual instance of a software class
To form an instantiation by binding a template to particular argument types
To run a program by making a single call to the program The instructions that are executed together with the set of data produced by the unique call to the program are called an instance of the program
(Application Developer's Guide - XML; search in this book)
To create an instance of an object type An object is an instance of a class A 3D world within a Hyperwire title is an instance of that world; the title can contain more than one such instance
To make a run-time object in the NewtonScript heap from a template Usually this term refers to the process of creating a view from a template Source: NPG
The process of creating an instance of an object in memory
represent by an instance; "This word instantiates the usage that the linguists claimed to be typical for a certain dialect"
(XML Database Developer's Guide - Oracle XML DB) [definition #2] (XML Developer's Kits Guide - XDK)
find an instance of (a word or particular usage of a word); "The linguists could not instantiate this sense of the noun that he claimed existed in a certain dialect"
In object-oriented programming, to create a concrete instance of the class
The process of creating a new object an assigning it a value
To create or generate a particular instance or object of a data type For example, an instance box1 of class box could be instantiated with the declaration: box box1
To create a concrete object from a class "template " New objects are instantiated with new
To create an instance from a class, typically through the use of a constructor (and new)