instantiate
UK/ɪn'stænʃɪeɪt/US/in'stænʃieit/
C2
释义
v.
To represent an abstract idea with a concrete example.
举例说明;使具体化
v.
(Computing) To create an actual instance (object) from a class.
(编程)实例化,从类创建对象
词根拆分
词根派生由 instance(in- + stant,'立于'某个具体情形中)+ -ate(使)构成。instantiate 就是让一个抽象事物'立成'一个具体的、单一的实例——因此引申出编程中把类变成真实对象的含义。
词根 st 还连着 376 个词例句
- 1.
The teacher instantiated the theory with a real-world example.
老师用一个真实例子把这个理论讲具体了。
- 2.
The constructor instantiates a new object each time it is called.
构造函数每次被调用时都会实例化一个新对象。