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,e5eb8ca5dcea2827 X-Google-Attributes: gid103376,public From: David Starner Subject: Re: Ada OO Mechanism Date: 1999/05/25 Message-ID: <374B311E.D704B8A9@aasaa.ofe.org>#1/1 X-Deja-AN: 482129447 Content-Transfer-Encoding: 7bit References: <7i05aq$rgl$1@news.orbitworld.net> <7i17gj$1u1k@news2.newsguy.com> <7iems7$1vm@news2.newsguy.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc03.worldnet.att.net 927682141 24916 153.37.66.111 (26 May 1999 01:29:01 GMT) Organization: AT&T WorldNet Services Mime-Version: 1.0 NNTP-Posting-Date: 26 May 1999 01:29:01 GMT Newsgroups: comp.lang.ada Date: 1999-05-26T01:29:01+00:00 List-Id: Hyman Rosen wrote: > > - The class is the primary form of data encapsulation. > > Classes support static data and function members, and nested classes. > I believe that this gives C++ the equivalent of Ada's packages. Yes, but that approach is alien to C++, where as it's a natural approach in Ada.