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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Thread: 115aec,703c4f68db81387d X-Google-Thread: f43e6,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,gid115aec,gidf43e6,public X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!newsgate.cistron.nl!skynet.be!newspost001!tjb!not-for-mail Date: Sat, 05 Mar 2005 22:08:40 +0100 From: Adrien Plisson Reply-To: aplisson-news@stochastique.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: fr-be, fr, en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng Subject: Re: [OT] Re: Teaching new tricks to an old dog (C++ -->Ada) References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <1110032222.447846.167060@g14g2000cwa.googlegroups.com> <871xau9nlh.fsf@insalien.org> <3SjWd.103128$Vf.3969241@news000.worldonline.dk> <87r7iu85lf.fsf@insalien.org> <1110052142.832650@athnrd02> <87eket97gp.fsf@insalien.org> In-Reply-To: <87eket97gp.fsf@insalien.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Message-ID: <422a1f54$0$14972$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: d4005169.news.skynet.be X-Trace: 1110056788 news.skynet.be 14972 217.136.169.3:15213 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news1.google.com comp.lang.ada:8678 comp.lang.c++:44220 comp.realtime:962 comp.software-eng:4493 Date: 2005-03-05T22:08:40+01:00 List-Id: Ludovic Brenta wrote: > The one thing that C++ supports that Ada doesn't is multiple > inheritance. This feature was left out as unsafe. Interface > inheritance =C3=A0 la Java is being added in Ada 2005. there is also one other thing i can think of: template specialization. this is an interresting construct, used a lot in C++, which gives the=20 ability to write "traits". there may be a way to do it in Ada but i'm=20 not aware of it (if there is, please tell me). --=20 rien