From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c35d69ccf1ab6b78,start X-Google-Attributes: gid103376,public From: cosc19z5@Bayou.UH.EDU (Spasmo) Subject: Another OOP Question Date: 1996/08/18 Message-ID: <4v609i$fgj@Masala.CC.UH.EDU>#1/1 X-Deja-AN: 175017395 organization: University of Houston newsgroups: comp.lang.ada Date: 1996-08-18T00:00:00+00:00 List-Id: Hey all, me again :) Ok, here's another OOP question about accessing private members. Right now let's say I have a class called A, and B inherits from A. Now let's say that B needs to access a private data member in A -- is there any way I can do this without placing B into a Child package? The reason I'd like to now is because I'm confronted with such a scenario and Child packages (among other things) will make all of my parents members visible which is the last thing I want to do. Thanks for any assistance. -- Spasmo "Everyone has secrets, but sometimes you get caught, So if it's just between us, my silence can be bought" "Blackmail" by Sloppy Seconds