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,aee6065fc75bfcb4 X-Google-Attributes: gid103376,public From: Stefan Muehlebach Subject: Re: Overlaying of methods. Date: 1997/10/01 Message-ID: <34325DA2.41C6@htl-bw.ch>#1/1 X-Deja-AN: 277020461 References: <34310F93.41C6@htl-bw.ch> <343131AC.6D6@bix.com> X-Complaints-To: news@ubnnews.unisource.ch X-Trace: ubnnews.unisource.ch 875709004 14897 (None) 147.86.130.106 Organization: Technical University of Brugg-Windisch - Switzerland Newsgroups: comp.lang.ada Date: 1997-10-01T00:00:00+00:00 List-Id: Tom Moran wrote: > > I tried your problem with two different compilers and both pointed out > that the call on Init was ambiguous. But what in this example is abmiguous? I thought that in an object oriented language like Ada9x every object has a 'tag' whitch determines its type. If I declare an Object of Type 'XaCradioBox' and there IS a procedure 'Init' for this Type I expect that this procedure is choosen and not the one from its parent.