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,152a2caafe08bc4b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-27 14:46:39 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!supernews.com!news-out.visi.com!hermes.visi.com!news.tele.dk!small.news.tele.dk!195.64.68.27!newsgate.cistron.nl!amsnews01.chello.com!cleanfeed.casema.net!leda.casema.net!newsr2.u-net.net!peernews!peer.cwci.net!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <3C7C59CE.7040104@users.sf.net> <3C7CF8EF.7030907@worldnet.att.net> Subject: Re: scope and visibility X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: <7ldf8.60914$Ah1.7533949@news2-win.server.ntlworld.com> Date: Wed, 27 Feb 2002 22:47:37 -0000 NNTP-Posting-Host: 62.253.9.231 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 1014849987 62.253.9.231 (Wed, 27 Feb 2002 22:46:27 GMT) NNTP-Posting-Date: Wed, 27 Feb 2002 22:46:27 GMT Organization: ntlworld News Service X-Received-Date: Wed, 27 Feb 2002 22:46:38 GMT (newsr2.u-net.net) Xref: archiver1.google.com comp.lang.ada:20538 Date: 2002-02-27T22:47:37+00:00 List-Id: "Jim Rogers" wrote in message news:3C7CF8EF.7030907@worldnet.att.net... > Dave Poirier wrote: > > > I understand the difference between 'with' and 'use', that's no problem, > > but I'm having quite a hard time with 'private' and friends. Is there > > any tutorial detailing from side-to-side how those work for ada-newbies? > > > When you use the term "friends" I assume you are looking at Ada from a > C++ point of view. Technically, Ada does not have "friends". I think Dave means something like "private & co.", like private and related issues/concepts, not friends as in C++.