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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f9bcaf3157a9fc2c X-Google-Attributes: gid103376,public From: Martin Dowie Subject: Re: What is a class in Ada ? Date: 2000/02/13 Message-ID: <38A6CB7E.F1A1CCEC@dowie-cs.demon.co.uk>#1/1 X-Deja-AN: 585341672 Content-Transfer-Encoding: 7bit X-NNTP-Posting-Host: dowie-cs.demon.co.uk:193.237.34.207 References: <38A42642.ADC205BD@interact.net.au> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@demon.net X-Trace: news.demon.co.uk 950455171 nnrp-12:21374 NO-IDENT dowie-cs.demon.co.uk:193.237.34.207 MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-02-13T00:00:00+00:00 List-Id: i only know "orthogonal" as meaning 'right-angled' - what do you mean by it in this context? Matthew Heaney wrote: > > There is a slight difference, however, because in Ada "type" and > "module" are orthogonal language features. The primitive operations > ("member functions") for a tagged type (record) aren't declared in the > record itself. Rather, they are declared in the same module in which > the record is declared. >