At 11:39 PM +0200 25/7/03, Frank Heckenbach wrote:
However, I can't find it in the Turbo Pascal 6.0 Programmer's Guide, nor can I remember it from my BP days (which is more than a decade ago).
BP 7.0 has `inherited' (not sure about 6.0). It can be used only within method definitions of derived object types, and `inherited Foo' means `Bar.Foo' where `Bar' is the parent of the current method's object type.
I assume that if Bar does not define Foo, but Bar's parent defines Foo, that is still ok.
If so, yes, that sounds the same. Peter.