えいたんごクイズ

instantiation

/ˌɪnstænʃiˈeɪʃən/
noun

インスタンス

解説 Definition

クラスまたはテンプレートから具体的なオブジェクトを生成するプロセス。プログラミングにおいて、抽象的な定義から実際に使用できる実例を作成する行為。

Instantiation is the act of creating a real example of something, especially from a general model or class. It is mainly used in computer science and logic. The word refers to making an abstract idea into a specific working form.

覚え方のコツ Memory Tip

instance を知っていれば覚えやすい語です。instantiation は直感的に「instance にすること」。語尾の -tion は action, creation などと同じで「行為・過程」を表す名詞です。class という設計図から actual instance を1つ作る場面を頭に置くと定着します。create よりも「型に基づいて具体物を立ち上げる」感じ。initialize は作った後に初期値を入れることで、instantiation と役割が違う、とセットで覚えると混同しにくいです。

Build it from instance. The ending -tion often means an action or process, so instantiation is the process of making an instance. In programming, connect it with creating a real object from a class or template.

例文

The instantiation of the class creates a new object in memory.

そのクラスのインスタンス化はメモリに新しいオブジェクトを生成する。

In Java, instantiation is done using the 'new' keyword.

Javaではインスタンス化は'new'キーワードを使用して行われる。

The instantiation process initializes all the object's properties.

そのインスタンス化プロセスはオブジェクトの全てのプロパティを初期化する。

instantiation の類義語・関連語

instantiation の語源・成り立ち Etymology

instantiation は instance に -ation が付いた語で、さらにラテン語 instantia/instare「その場に立つ」にさかのぼります。instant や instance と同根で、抽象的な型を「一つの実例として立たせる」感覚がインスタンス化です。

Instantiation comes from instance plus the ending -ation. Instance goes back through Latin instantia and instare, meaning "to stand on" or "be present." From the idea of a concrete case standing before you, the word came to mean making something abstract into a specific example. Related words include instant and instance.

外部辞書で調べる

この単語をシェア

この単語を英単語クイズで覚えよう