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,8b8748382fcfacc1 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: friend classes in ada95 Date: 2000/04/18 Message-ID: #1/1 X-Deja-AN: 612843082 References: <38F6B617.34E216A7@emw.ericsson.se> <38F887AE.8CDA24E0@acm.org> <8dc8oi$kda$1@nnrp1.deja.com> <38FBBC72.7FDE6583@research.canon.com.au> <8dh37m$qef$2@wanadoo.fr> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: support@usenetserver.com Organization: WebUseNet Corp http://www.usenetserver.com - Home of the fastest NNTP servers on the Net. X-MSMail-Priority: Normal NNTP-Posting-Date: Tue, 18 Apr 2000 16:46:04 EDT Newsgroups: comp.lang.ada Date: 2000-04-18T00:00:00+00:00 List-Id: That is what I like best about Ada's OO :-) David Botton Jean-Pierre Rosen wrote in message news:8dh37m$qef$2@wanadoo.fr... > A tagged type is not a class. A tagged type is a programming construct that > can be used to build classes. This is what the building block approach is > about.