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.
在實例化過程中,應用程序的創(chuà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.
其次,因為我們知道類型參數(shù)的每次實例化都是這個范圍之內的子類,所以可以放心地調用類型參數(shù)實例出現(xiàn)在這個范圍之內的任何方法。 返回 instantiation