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-Thread: 103376,93553f5160def2e9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.germany.com!news.ecp.fr!ciril.fr!news.cs.univ-paris8.fr!feeder.news.heanet.ie!feed4.jnfs.ja.net!jnfs.ja.net!xara.net!gxn.net!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: 2 Ada 95/05 language design questions Date: Thu, 15 Feb 2007 21:51:17 +0000 Organization: Pushface Message-ID: References: <1171556508.585271.80780@v45g2000cwv.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1171576277 15123 62.49.19.209 (15 Feb 2007 21:51:17 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 15 Feb 2007 21:51:17 +0000 (UTC) Cancel-Lock: sha1:4GAKtmEYD1yeFqNJ50XytbQW0tQ= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (darwin) Xref: g2news2.google.com comp.lang.ada:9346 Date: 2007-02-15T21:51:17+00:00 List-Id: pnkflyd831@gmail.com writes: > The first question deals with the decision not to allow the > declaration of abstract subprograms within the private part of a > package (that contains a public abstract tagged type, and uses it as > the controlling operand). I've used a concrete subprogram that raises Should_Have_Been_Overridden.