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: Hyman Rosen Subject: Re: Ada OO Mechanism Date: 1999/05/24 Message-ID: #1/1 X-Deja-AN: 481622224 Sender: hymie@calumny.jyacc.com References: <7i05aq$rgl$1@news.orbitworld.net> <7i17gj$1u1k@news2.newsguy.com> X-Complaints-To: abuse@panix.com X-Trace: news.panix.com 927575748 26987 209.49.126.226 (24 May 1999 19:55:48 GMT) Organization: PANIX Public Access Internet and UNIX, NYC NNTP-Posting-Date: 24 May 1999 19:55:48 GMT Newsgroups: comp.lang.ada Date: 1999-05-24T19:55:48+00:00 List-Id: Samuel Mize writes: > There are other OO design approaches that are harder to implement in > C++ than in Ada, because C++ strongly supports one specific view of > object-oriented technology. Could you give an example of this? I ask, because recently Richard D. Riehle made a similar type of claim, and then declined to post an example. I believe that many posters to this group are very proficient in Ada but not as proficient in C++, so they may be mistaken about what is difficult to do in C++. Posting an example allows proficient C++ users to examine the apparently difficult code and offer alternatives. (Note that I am not looking for arbitrary examples of where Ada is better than C++. I know that Ada is better, for example, in defining data storage layout that conforms to external specifications, while C++ is better in providing automatic generic instantiation.)