Hi,
Ich weiß nicht ob das geht.. entspricht evtl auch nicht dem Grundgedanken von
OOP. Aber du könntest versuchen:
Delphi-Quellcode:
procedure TKind.tuwas;
begin
inherited (inherited tuwas);
end;
weiß allerdings nicht ob man inherited doppelt verwenden kann....
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."