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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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!d34g2000cwd.googlegroups.com!not-for-mail From: richard.charts@gmail.com Newsgroups: comp.lang.ada Subject: Re: Basic Explaination of OO in Ada Date: 18 Sep 2006 12:55:51 -0700 Organization: http://groups.google.com Message-ID: <1158609351.098445.226100@d34g2000cwd.googlegroups.com> References: <1158593087.194781.250030@e3g2000cwe.googlegroups.com> <450ee6dc$1_4@news.bluewin.ch> NNTP-Posting-Host: 12.129.98.129 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1158609356 4140 127.0.0.1 (18 Sep 2006 19:55:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 18 Sep 2006 19:55:56 +0000 (UTC) In-Reply-To: <450ee6dc$1_4@news.bluewin.ch> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 S1PS Complaints-To: groups-abuse@google.com Injection-Info: d34g2000cwd.googlegroups.com; posting-host=12.129.98.129; posting-account=ydtQyAwAAAC1xxzVoGOYbHSW6zGrdJDV Xref: g2news2.google.com comp.lang.ada:6644 Date: 2006-09-18T12:55:51-07:00 List-Id: Gautier wrote: > richard.charts@gmail.com: > > > However, coming from C (and family) and Java and other "modern" > > languages, I can't seem to wrap my head around Ada's OO methods. > > Are you saying that C is more modern than Ada ?! You must be a fashion (or > marketing) victim... > Just kidding - Gautier More Java and Python and the like. Although you have to admit far more students will know about C than Ada. I pretty sure I heard it mentioned once in my undergrad, and that was the prof in the OS class asking if anyone had ever used it. To the rest thanks. I think I'm getting it now. I found Ada Distilled today though this group and that makes the transition a little easier. I've been trying to use "Ada as a 2nd Language", and while it's really indepth, it's difficult to understand if you're used to the C/Java way of OO. IMHO. Thank again.