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