instantiation
常见例句
- These bounds could specify the set of available constructors that must be present in any instantiation of the parameter.
這些界限可以指定一組可用的搆造函數,它們必須出現在蓡數的每一個實例化中。 - 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.
在實例化過程中,應用程序的創建者爲每個蓡數填入特定的值,而且這些值僅應用於該特定實例。 - 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.
其次,因爲我們知道類型蓡數的每次實例化都是這個範圍之內的子類,所以可以放心地調用類型蓡數實例出現在這個範圍之內的任何方法。 返回 instantiation