[fpc-pascal]inherited keyword
Mattias Gaertner
nc-gaertnma at netcologne.de
Sun Dec 21 17:23:43 CET 2003
Can someone explain the semantic difference between *1 and *2 please?
procedure A(p: Type1);
begin
inherited; // *1
inherited A(p); // *2
end;
?
Mattias
More information about the fpc-pascal
mailing list