楼主
大 中
小 发表于 2004-5-1 00:20 只看该作者
duckula,我满足你的要求:)
Abstract methods
An abstract method is a virtual or dynamic method that has no implementation
in the class where it is declared.
Its implementation is deferred to a descendant class.
Abstract methods must be declared with the directive abstract after virtual or dynamic.
For example,
procedure DoSomething; virtual; abstract;
You can call an abstract method only in a class or instance of a class
in which the method has been overridden.
这篇文章是从Delphi的Help文档里翻出来的。
比较简短,你先翻译着.
我被捕了。
第一天敌人用富贵引诱我,我没招;
第二天敌人严刑拷打我,我也没招;
第三天敌人送了一个美女给我,我招了;
第四天我还想招,敌人把我杀了!!!
My HomePage:www.cstc.net.cn
My Blog :www.cnblogs.com/monkeyking
Call me at: 29743836
|