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