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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7137ee7358078d09 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Return-Path: In-Reply-To: References: <1158593087.194781.250030@e3g2000cwe.googlegroups.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit From: Javier Miranda Subject: Re: Basic Explaination of OO in Ada Date: Mon, 18 Sep 2006 13:13:22 -0400 To: Dennis Lee Bieber X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: amavisd-new at ada-france.org Cc: comp.lang.ada@ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.8rc1 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.ada Message-ID: X-Leafnode-NNTP-Posting-Host: 88.191.17.134 Organization: Guest of ProXad - France NNTP-Posting-Date: 18 Sep 2006 19:15:03 MEST NNTP-Posting-Host: 88.191.14.223 X-Trace: 1158599703 nnrp10-1.free.fr 31349 88.191.14.223:50089 X-Complaints-To: abuse@proxad.net Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!news.albasani.net!news.ecp.fr!feed.ac-versailles.fr!proxad.net!cleanfeed3-a.proxad.net!nnrp10-1.free.fr!not-for-mail Xref: g2news2.google.com comp.lang.ada:6639 Date: 2006-09-18T19:15:03+02:00 On Sep 18, 2006, at 4:41 PM, Dennis Lee Bieber wrote: > Not "object" but "type", followed immediately by the list of > procedures/functions that work on that type. Ada95 does not use the > "object.method(args)" syntax -- it dispatches on "method(object, > args)". ... but Ada 2005 has the object.method notation (and the recent public versions of the GNAT compiler already provide such support). This feature is described here: http://www.ada-auth.org/cgi-bin/cvsweb.cgi/AIs/AI-00252.TXT?rev=1.16 My two cents ;-) --- Javier Miranda