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: 103376,5af5c381381ac5a7 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!border1.nntp.ams2.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeeder.ewetel.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Ada requires too much typing! Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <03f84a0a-e070-43a9-9b68-920345f64f94@r27g2000yqb.googlegroups.com> <1c704c1e-1b2e-427f-ae0e-3b2a0f976c7c@y4g2000yqy.googlegroups.com> <10855f68-76a1-4600-ba65-464dab6c6274@w12g2000yqj.googlegroups.com> <35dd1a8f-1af8-4979-9663-29f7f4cb302e@g19g2000yqc.googlegroups.com> Date: Thu, 10 Jun 2010 10:21:31 +0200 Message-ID: NNTP-Posting-Date: 10 Jun 2010 10:21:31 CEST NNTP-Posting-Host: de53e274.newsspool4.arcor-online.net X-Trace: DXC=XOPN0?LD1\cfF8a^:6>b7e4IUK On Thu, 10 Jun 2010 00:36:36 -0700 (PDT), Vadim Godunko wrote: > On Jun 10, 10:54�am, Yannick Duch�ne (Hibou57) > wrote: >> Le Thu, 10 Jun 2010 08:34:07 +0200, Vadim Godunko a � >> �crit:> I want to known more about how to use OOP in Ada without access types! >> >> Wadim, if saying OOP, you meant dynamic dispatching, then you are indeed � >> not required to use access type for that. > No, I more asked for real example where Ada's OOP is be used without > access types in OOP way. Hmm, I never use access to tagged types except for: 1. Garbage collection 2. Mutable function arguments 3. Rosen's trick BTW, by "access types in OOP way", do you mean pointers, references or heap-allocated objects? -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de