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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8eff44ec1bcf8433 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-18 14:01:06 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!cpk-news-hub1.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: Container reqs Date: Thu, 18 Oct 2001 22:55:40 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9qnfqt$up$1@news.huji.ac.il> References: <9qctpn$lil$1@news.huji.ac.il> <3BCC01B1.18C18C98@free.fr> <3BCC6CB7.20BAA30D@boeing.com> <3BCD2EC3.3B3C4498@free.fr> NNTP-Posting-Host: di2-42.dialin.huji.ac.il X-Trace: news.huji.ac.il 1003438750 985 132.64.12.42 (18 Oct 2001 20:59:10 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Thu, 18 Oct 2001 20:59:10 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:14920 Date: 2001-10-18T22:55:40+02:00 List-Id: Simon Wright wrote in message news:x7vadyo68g0.fsf@smaug.pushface.org... > I fully agree with Jean-Marc that containers are for implementing > things, not for inheriting from! > Obviously. The inheritance I was talking about, at least, was between various kinds of container interfaces (in order to allow class-wide algorithms that depend of container interfaces). The user works with specific containers. Ehud