J
javesun
Unregistered / Unconfirmed
GUEST, unregistred user!
TObject = class
constructor Create;
TComponent = class(TPersistent, IInterface, IInterfaceComponentReference)
public
constructor Create(AOwner: TComponent)
virtual;
这个地方为什么TComponent的Create没有重载、继承,为不什么不报错呢?而且TComponent的子类没有TObject的Create函数,why?
constructor Create;
TComponent = class(TPersistent, IInterface, IInterfaceComponentReference)
public
constructor Create(AOwner: TComponent)
virtual;
这个地方为什么TComponent的Create没有重载、继承,为不什么不报错呢?而且TComponent的子类没有TObject的Create函数,why?