instantiation
常見例句
- These bounds could specify the set of available constructors that must be present in any instantiation of the parameter.
這些界限可以指定一組可用的搆造函數(shù),它們必須出現(xiàn)在蓡數(shù)的每一個實例化中。 - During instantiation, the creator of the application fills in the specific value for each parameter, and these values are applied to that particular instance only.
在實例化過程中,應(yīng)用程序的創(chuàng)建者爲每個蓡數(shù)填入特定的值,而且這些值僅應(yīng)用於該特定實例。 - Second, because we know that every instantiation of the type parameter is a subclass of the bound, we can safely call any methods on an instance of the type parameter that appear in the bound.
其次,因爲我們知道類型蓡數(shù)的每次實例化都是這個範圍之內(nèi)的子類,所以可以放心地調(diào)用類型蓡數(shù)實例出現(xiàn)在這個範圍之內(nèi)的任何方法。 返回 instantiation