comp.lang.ada
 help / color / mirror / Atom feed
* Language lawyer question - private packages.
@ 1997-01-21  0:00 Chris Miller
  1997-01-21  0:00 ` Robert A Duff
  1997-01-21  0:00 ` Tucker Taft
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Miller @ 1997-01-21  0:00 UTC (permalink / 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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-01-21  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-01-21  0:00 Language lawyer question - private packages Chris Miller
1997-01-21  0:00 ` Robert A Duff
1997-01-21  0:00 ` Tucker Taft

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