On Thursday 27 July 2006 17:49, ik wrote:
> Hi all,
>
> Is there a way to do the following ?
> ...
> {$MODE OBJFPC}
> type
>   TA = class
>   public
>     function fnc : Boolean; virtual; abstract;
>   end;
>
>
>   TA2 = class (TA)
>   public
>     function fnc (const a : Boolean) : Boolean; override;
>   end;
> ...

Maybe the "overload" keyword works between classes? I don't know, I haven't 
tried it yet. You could.

-- 
Regards,
Christian Iversen
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to