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!d34g2000cwd.googlegroups.com!not-for-mail From: "Lucretia" Newsgroups: comp.lang.ada Subject: Re: Basic Explaination of OO in Ada Date: 18 Sep 2006 20:32:15 -0700 Organization: http://groups.google.com Message-ID: <1158636734.971377.112550@d34g2000cwd.googlegroups.com> References: <1158593087.194781.250030@e3g2000cwe.googlegroups.com> NNTP-Posting-Host: 62.56.117.104 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1158636740 30623 127.0.0.1 (19 Sep 2006 03:32:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 19 Sep 2006 03:32:20 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060903 Firefox/1.5.0.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: d34g2000cwd.googlegroups.com; posting-host=62.56.117.104; posting-account=G-J9fgwAAADgpzBiEyy5tO4f8MX5fbpw Xref: g2news2.google.com comp.lang.ada:6649 Date: 2006-09-18T20:32:15-07:00 List-Id: > You should realize that what you're asking about is not OO, but > programming by extension. Because "OO" became a synonym for "good", and [snip] > object orientation. Programming by extension is an implementation > technique. Object orientation is a design attribute and may be This is very true and a lot of programmers don't realise they can develop in an OO way in asm or C (or any procedural language). Luke.