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,7137ee7358078d09 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m7g2000cwm.googlegroups.com!not-for-mail From: "Marco" Newsgroups: comp.lang.ada Subject: Re: Basic Explaination of OO in Ada Date: 24 Nov 2006 06:48:21 -0800 Organization: http://groups.google.com Message-ID: <1164379701.590201.28750@m7g2000cwm.googlegroups.com> References: <1158593087.194781.250030@e3g2000cwe.googlegroups.com> <450ee6dc$1_4@news.bluewin.ch> <1158609351.098445.226100@d34g2000cwd.googlegroups.com> NNTP-Posting-Host: 69.139.208.12 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1164379707 26559 127.0.0.1 (24 Nov 2006 14:48:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 24 Nov 2006 14:48:27 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; FunWebProducts; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m7g2000cwm.googlegroups.com; posting-host=69.139.208.12; posting-account=PsyYVgwAAABRh0-dMt9NVps5JZnXlH2Z Xref: g2news2.google.com comp.lang.ada:7692 Date: 2006-11-24T06:48:21-08:00 List-Id: "--- Javier Miranda : .. 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 " Are there any additional over-head / run-time costs associated with this style syntax? I guess for now only GNAT supports it.