
好词典

源自拉丁语 'instantia'(例子)和动词后缀 '-ate',17世纪进入英语表示「举例说明」,20世纪后获得计算机领域的专业含义。
❶ 将抽象概念或理论具体化,通常指在计算机编程中创建一个类的实例对象,或在哲学中实现某个概念的具体表现。
“The software instantiated a new object when the user clicked the button.”
(当用户点击按钮时,软件实例化了一个新对象。)
“In object-oriented programming, a class must be instantiated before it can be used.”
(在面向对象编程中,类必须先实例化才能使用。)
instantiated class — 指在编程中已经被创建为具体对象实例的类,可以调用其属性和方法。
“The instantiated class contains all the properties defined in its blueprint.”
(实例化的类包含其蓝图中定义的所有属性。)