comp.lang.ada
 help / color / mirror / Atom feed
From: Chris Miller <chrismil@ozemail.com.au>
Subject: Language lawyer question - private packages.
Date: 1997/01/21
Date: 1997-01-21T00:00:00+00:00	[thread overview]
Message-ID: <32E493CA.5001@ozemail.com.au> (raw)


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




             reply	other threads:[~1997-01-21  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-21  0:00 Chris Miller [this message]
1997-01-21  0:00 ` Language lawyer question - private packages Robert A Duff
1997-01-21  0:00 ` Tucker Taft
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox