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,5ac1c1813029999b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-18 08:24:57 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: wojtek@power.com.pl (Wojtek Narczynski) Newsgroups: comp.lang.ada Subject: Re: A bunch of questions that come after "Hello world" Date: 18 Nov 2002 08:24:56 -0800 Organization: http://groups.google.com/ Message-ID: <5ad0dd8a.0211180824.6078eb22@posting.google.com> References: <5ad0dd8a.0211131244.42603699@posting.google.com> <5ad0dd8a.0211140218.6d48be15@posting.google.com> <5ad0dd8a.0211150950.4d550163@posting.google.com> <5ad0dd8a.0211180224.1895e8ea@posting.google.com> NNTP-Posting-Host: 217.98.138.16 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1037636696 22852 127.0.0.1 (18 Nov 2002 16:24:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 18 Nov 2002 16:24:56 GMT Xref: archiver1.google.com comp.lang.ada:31051 Date: 2002-11-18T16:24:56+00:00 List-Id: Dmitry A. Kazakov wrote in message news:... > (...) > Which will not compile. [An operation cannot be dispatching for two > different types.] Your example does not dispatch, it is a class-wide > operation which is same for Type1, Type2 and all types derived from > them. > (...) Thanks Dimitry. I've read the reference manul on this subject. I couldn't have been more wrong. Ada is hard. Regards, Wojtek