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,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a270a1fc28d4f812 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-23 12:31:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!ra.nrl.navy.mil!dca6-feed2.news.algx.net!allegiance!feed2.news.rcn.net!rcn!howland.erols.net!enews.sgi.com!harbinger.cc.monash.edu.au!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: OOD in Ada? Date: Sun, 23 Jun 2002 15:26:32 -0400 Organization: Michigan State University Message-ID: References: <3d135676$0$8511$cc9e4d1f@news.dial.pipex.com> <3D1440FA.9030409@ib-paus.com> Reply-To: "Chad R. Meiners" NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:26629 Date: 2002-06-23T15:26:32-04:00 List-Id: "Dr. Michael Paus" wrote in message news:3D1440FA.9030409@ib-paus.com... > This is indeed one of the more serious problems. Many people in this group > will argue that technically it does not make any difference whether you have > a "dot" notation or not and this is probably right. But from the point of > readability it is a big difference. This may of course be just a matter of > taste but in my daily work I have met a lot of people who have real difficulties > to understand what this OO stuff is all about. I think it is much easier to > explain and understand in a language like Java than it is in Ada. I would argue that Ada's method is better since it requires you to understand typing systems. The dot notation however is very good at allowing people think that they understand what OOP is (it's when you use the dot notation, right? ;-). -CRM