基本解釋n.重新聲明重新定義.同根派生 redeclare相關(guān)詞英漢例句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. 在過程或函數(shù)主體的局部聲明中不要對參數(shù)名進(jìn)行再聲明(事實上編譯器也不允許這樣)。When you redeclare a property, you specify only the property name, not the type and other information described in “Defining properties. 當(dāng)重聲明屬性時,你只需指定屬性名稱,而不需要指定類型和其他在“定義屬性”中描述的信息。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. 例如,如果一個祖先類聲明了一個保護(hù)屬性,那么派生類可以在公共或公布部分對其進(jìn)行再聲明。Do not try to redeclare it. 不要試圖對其再聲明。redeclare更多例句