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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,34c2aa33b8bdb1a9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-12 22:37:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone1.gnilink.net!spamfinder.gnilink.net!nwrddc02.gnilink.net.POSTED!53ab2750!not-for-mail Message-ID: <3C412BAC.9010301@mail.com> From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.7+) Gecko/20010929 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Sugestion to Multiple Inheritance References: <3C3F2B7F.4F077FC0@adaworks.com> <3C3F5186.5030003@mail.com> <3C3FE73C.D633E042@adaworks.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 13 Jan 2002 06:37:50 GMT NNTP-Posting-Host: 162.83.249.127 X-Complaints-To: business-support@verizon.com X-Trace: nwrddc02.gnilink.net 1010903870 162.83.249.127 (Sun, 13 Jan 2002 01:37:50 EST) NNTP-Posting-Date: Sun, 13 Jan 2002 01:37:50 EST Xref: archiver1.google.com comp.lang.ada:18845 Date: 2002-01-13T06:37:50+00:00 List-Id: Richard Riehle wrote: > Multiple inheritance is just one feature > I find, if not a disaster, at least, as you say, overly-complicated, > and inconvenient. Actually, the complications are in the compiler, because of technical aspects of how objects must behave during their construction. In use, MI works for C++ users pretty much exactly as they expect.