redeclare
常见例句
- Use this to redeclare and hide a programming element in a base class.
使用此项来重新声明和隐藏基类中的编程元素。 - Do not redeclare the parameter names in the local declarations section of the procedure or function body.
在过程或函数主体的局部声明中不要对参数名进行再声明(事实上编译器也不允许这样)。 - When you redeclare a property, you specify only the property name, not the type and other information described in “Defining properties.
当重声明属性时,你只需指定属性名称,而不需要指定类型和其他在“定义属性”中描述的信息。 - For example, if an ancestor class declares a property as protected, a derived class can redeclare it in a public or published section of the class.
例如,如果一个祖先类声明了一个保护属性,那么派生类可以在公共或公布部分对其进行再声明。 - Do not try to redeclare it.
不要试图对其再声明。 - You can also specify a default value when redeclaring a property. In fact, one reason to redeclare a property is to designate a different default value.
当声明属性时,你也可以指定默认值。事实上,重新声明属性的一个原因正是为了指派一个不同的默认值。 返回 redeclare