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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,37c86f3bf9ffa41c,start X-Google-Attributes: gid103376,public From: Chris Miller Subject: Language lawyer question - private packages. Date: 1997/01/21 Message-ID: <32E493CA.5001@ozemail.com.au>#1/1 X-Deja-AN: 211227183 content-type: text/plain; charset=us-ascii organization: OzEmail Ltd - Australia mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 3.01 (WinNT; I) Date: 1997-01-21T00:00:00+00:00 List-Id: One for the language lawyers. Assume that you have two sets of packages as followes :- package A is ... end; private package A.B is ... end; package A.B.C is ... end; AND package A is ... end; private package A.B is ... end; private package A.B.C is ... end;-- * different. Once a certain level of the tree is private (A.B), what is the significance of making further children (A.B.C) private vs. public ?. What operations and / or visibility will I have on one set of packages that I will not have on the other set ?. Any takers ?. ------------------------------------------------------------------------------------ Chris Miller Sydney Australia. chrismil@ozemail.com.au