instantiation的意思|示意

美 / ɪnstænʃɪ'eɪʃən / 英 / ɪnstænʃɪ'eɪʃən /

n. 实例化;[计] 例示


instantiation的用法详解

英语单词“instantiation”的用法讲解

“instantiation”是一个常用的计算机科学术语,特别是在面向对象编程领域。它的基本含义是“将抽象的概念转化为具体的实例”,因此这个词在程序设计中经常被用来描述一个类的实例化过程。

在面向对象编程中,类是一个抽象的概念,它定义了一个对象的属性和方法。但是,类本身并不是一个实际的对象,它只是一个模板或蓝图。要创建一个实际的对象,需要使用类进行实例化,也就是创建一个该类的具体实例。这个实例化的过程就被称为“实例化”或“instantiation”。

例如,一个“汽车”类可能具有属性和方法,如品牌、颜色、行驶里程、加速和刹车等操作。但是,这个汽车类本身并不是一辆实际的汽车,它只是一个定义汽车属性和方法的蓝图。当我们要创建一辆实际的汽车时,就需要使用这个类进行实例化,创建一个具体的汽车实例,具有特定的品牌、颜色、里程等属性,并且可以执行加速和刹车等操作。

在面向对象编程中,实例化是一个非常重要的概念,因为它使我们能够根据定义好的类创建具体的对象。这种灵活性使得代码更加可重用和可扩展,在开发中被广泛应用。

instantiation相关短语

1、 universal instantiation 全称实例化,普遍例式,例化,全称例化

2、 explicit instantiation 显式实例化,显示实例化,明确具现化,显式具现化

3、 template instantiation 模板实例化,范本具现化,实例化,模板具现化

4、 COMPONENT INSTANTIATION 元件例化语句,元件例化,器件例化,元件例比

5、 feature instantiation 特征体现

6、 implicit instantiation 隐式实例化

7、 lazy instantiation 实例化

8、 Variable Instantiation 变量实例化,接下来的变量初始化,地变量初始化

9、 instantiation space 实例化空间

instantiation相关例句

An object is instantiation of a class.

对象是类的实列.

互联网

In the past 50 years, Systemic Functional Linguistics developed the hierarchies of two strata: realization and instantiation.

50多年里, 首先研究的主要是语言系统层次的实现化关系,后来研究与之互补的实例化关系.

互联网

This system of canonical identifiers is used for interface querying and component instantiation.

这种标准的标识符系统用于接口查询和组件实例化.

互联网

This MDA should only be activated at JIT - compilation time, not when there is an exact instantiation.

此MDA只应在JIT编译时激活, 而不应在存在确切的实例化时激活.

互联网

Instantiation is the process of creating a concrete object from the class abstraction.

实例化是从抽象类中创建具体对象的方法.

互联网