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,8dc1838ea0fb907d X-Google-Attributes: gid103376,public From: "Pete" Subject: Re: Ada Vs. C++ Date: 2000/11/25 Message-ID: #1/1 X-Deja-AN: 697582317 References: <8vc4gr$11j$1@nnrp1.deja.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Complaints-To: abuse@twcny.rr.com X-Trace: typhoon.nyroc.rr.com 975157160 24.164.184.60 (Sat, 25 Nov 2000 07:59:20 EST) Organization: Time Warner Road Runner - Syracuse NY X-MSMail-Priority: Normal NNTP-Posting-Date: Sat, 25 Nov 2000 07:59:20 EST Newsgroups: comp.lang.ada Date: 2000-11-25T00:00:00+00:00 List-Id: wrote in message news:8vc4gr$11j$1@nnrp1.deja.com... > Hi, I'm a student and I'm supposed to lecture in > a C++ course I take about inheritance of > templates. I was wandering what are the > advantages and disadvantages of Ada over C++ in > this subject, and whether anyone can tell me > about sites that compare different Ada and c++ > features? > Hi, I'm not sure what you mean by "inheritance of templates". Templates in C++ are similar to generics in Ada. Both languages support inheritence and neither language is purely object oriented, both are classified as langauges which have object oriented features. (i.e. contrast the two with pure object oriented languages like eiffel and java). - Pete