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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,5468df70e82939f4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.236.91.229 with SMTP id h65mr11135425yhf.24.1344998912422; Tue, 14 Aug 2012 19:48:32 -0700 (PDT) Path: c6ni115604019qas.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nrc-news.nrc.ca!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Free learning resources for Ada (are they good enough?) Date: Fri, 10 Aug 2012 14:01:30 +0200 Organization: cbb software GmbH Message-ID: References: <6d05c25a-7273-47ad-b4b0-8011366c2a62@googlegroups.com> <5023bc51$0$9522$9b4e6d93@newsspool1.arcor-online.net> <1a4752e6-1474-4163-9863-817b00aba559@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2012-08-10T14:01:30+02:00 List-Id: On Fri, 10 Aug 2012 04:40:09 -0700 (PDT), Patrick wrote: > Could you tel me what sorts of things I have been replaced in Ada 95 with > features in 2005? Nothing replaced regarding OO. Ada 2005 added prefix notation for primitive operations, e.g. Method (Object, ...) and Object.Method (...) are both OK. > Is this method object vs object method the interfaces portion? Egh? Method = = primitive operation = = dispatching operation = = covariant operation = = [dynamically] polymorphic operation Interface = type - implementation -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de