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,9cccf6ef6149fdaa X-Google-Attributes: gid103376,public From: Hyman Rosen Subject: Re: Ada Date: 2000/01/03 Message-ID: #1/1 X-Deja-AN: 567977501 Sender: hymie@calumny.jyacc.com References: <38620350.48F8FC08@gecm.com> <83tohh$q2s$1@nnrp1.deja.com> <83u8l0$5i5$1@nnrp1.deja.com> <84rd2f$snm$1@nntp3.atl.mindspring.net> X-Complaints-To: abuse@panix.com X-Trace: news.panix.com 946948628 5373 209.49.126.226 (4 Jan 2000 01:17:08 GMT) Organization: PANIX Public Access Internet and UNIX, NYC NNTP-Posting-Date: 4 Jan 2000 01:17:08 GMT Newsgroups: comp.lang.ada Date: 2000-01-04T01:17:08+00:00 List-Id: tsikes@netcom.com (Terry Sikes) writes: > There's a lot of discussion on the Java advocacy newsgroup about the > desirability (or lack thereof;) of generics, operator overloading and > so on. From what I can tell, Ada provides good implementations of > these things as opposed to C++. C++ provides excellent implementation of generics, and good implementation of overloading, except that one cannot overload on return type as in Ada. Is there something specific you believe you can not do in C++ with regard to these abilities?