Instantiated

/ɪnˈstæn.ʃi.eɪ.tɪd/

इंस्टैंशिएट किया हुआ; मूर्त/वास्तविक रूप में लाया गया; (कंप्यूटिंग) क्लास से ऑब्जेक्ट के रूप में बनाया गया

Origin & History

From Latin 'instantiāre' (“to make present, to urge”), from 'instans' (“present, pressing”); modern technical use developed in logic/philosophy and later in computing for creating an instance of a class.

लैटिन 'instantiāre' (अर्थ: उपस्थित/प्रकट करना, जोर देना) से, जो 'instans' (अर्थ: उपस्थित, तात्कालिक/दबाव डालने वाला) से बना है; आधुनिक तकनीकी प्रयोग पहले तर्क/दर्शन में और बाद में कंप्यूटिंग में क्लास के उदाहरण (instance) बनाने के अर्थ में विकसित हुआ।

Definition

Used to say that something has been made real or put into a specific form; in programming, it means an object has been created from a class.

यह बताने के लिए प्रयोग होता है कि किसी चीज़ को वास्तविक या किसी विशेष रूप में लाया गया है; प्रोग्रामिंग में इसका अर्थ है कि किसी क्लास से एक ऑब्जेक्ट बनाया गया है।

Parts of Speech

Verb (past tense/past participle):
The service was instantiated during application startup.
एप्लिकेशन के स्टार्टअप के दौरान सेवा को इंस्टैंशिएट (ऑब्जेक्ट के रूप में बनाया) किया गया।
Adjective (computing/technical):
An instantiated object can now call its methods.
इंस्टैंशिएट किया हुआ ऑब्जेक्ट अब अपनी मेथड्स को कॉल कर सकता है।

Usage Examples

The abstract idea was instantiated in a working prototype.
Each time the page loads, a new controller is instantiated.
The framework automatically instantiated the dependency.
The class was defined, but no objects were instantiated yet.

Related Forms

Adjective
Instantiated / Instantiable

Idioms & Phrases

Instantiate an object
किसी ऑब्जेक्ट को इंस्टैंशिएट करना (क्लास से ऑब्जेक्ट बनाना)
Instantiate a class
क्लास को इंस्टैंशिएट करना (क्लास से उदाहरण/ऑब्जेक्ट तैयार करना)
Instantiated at runtime
रनटाइम पर इंस्टैंशिएट किया गया (चलते समय बनाया गया)