12 12 wrote:
Suppose i've got class TA = class public itsMember1 : longint; end;I want class TB = class(TA); but itsMember1 should be private. Is it possible?
No. Doesn't make much sense, since casting TA(B) would give access anyway
Marc
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
