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-Thread: 103376,8047848c4805a99e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: matthias_k Newsgroups: comp.lang.ada Subject: Re: Classwide Parameter? Date: Tue, 12 Oct 2004 10:14:57 +0200 Organization: T-Online Message-ID: References: <1ktf7vgrk5pja.uds5ux4wglit.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1097568870 01 10611 -ckoX5Y6plBES3Np 041012 08:14:30 X-Complaints-To: usenet-abuse@t-online.de X-ID: Z6C-RQZrwevTZeU0znJjHc4vm8eHCMTzL0ry3bCUnEmyY4FKjxJhYi User-Agent: Mozilla Thunderbird 0.8 (X11/20040918) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:5075 Date: 2004-10-12T10:14:57+02:00 List-Id: > Ah! I -totally- misunderstood the meaning of 'class. I thought it makes > a method 'virtual' in C++ speaking, therefore allow subclasses to > override it and being called dynamically. > > Thanks for clearing up. If you ask why the hell I thought that: [quoted from "Big Online Book of Linux Ada Programming" (http://www.vaxxine.com/pegasoft/homes/11.html#11.3)] Ada Description C Equivalent [...] 'class Class-wide type virtual <-- ! [...]