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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3a34550290fdc12c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-10 15:15:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re; Problems with tagged records and inheritance References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@comcast.net X-Trace: rwcrnsc51.ops.asp.att.net 1057875345 12.234.13.56 (Thu, 10 Jul 2003 22:15:45 GMT) NNTP-Posting-Date: Thu, 10 Jul 2003 22:15:45 GMT Organization: Comcast Online Date: Thu, 10 Jul 2003 22:15:45 GMT Xref: archiver1.google.com comp.lang.ada:40175 Date: 2003-07-10T22:15:45+00:00 List-Id: > The error is becouse AAA is not part of Child. > Why is that ? I thought that Child would contain > AAA and BBB, and not only BBB... But you said: >type Base is tagged private; so the makeup of Base is private, as you requested, and not visible to Child.