Reintroduce(再引入)
摘要:再引入(Reintroduce) 再引入指示字reintroduce用于防止编译器关于隐藏先前的虚拟方法给出警告。例如, procedure DoSomething; reintroduce; //祖先类中已经有一个DoSomething方法 想要用新的方法隐藏继承得到的虚拟方法时,可以使用reintroduce。 范例: unit ReintrF; interface use...
阅读全文
posted @
2004-03-16 18:06
cjsh
阅读(1708)
推荐(0)