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,5394d9ca5f955366 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: pointers & OOP Date: 1999/05/04 Message-ID: <7gn7jt$ftc$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 473948916 References: <$DL10CAsSgL3Iwj3@jr-and-assoc.demon.co.uk> <7gl43b$2481@news2.newsguy.com> X-Http-Proxy: 1.0 x11.dejanews.com:80 (Squid/1.1.22) for client 205.232.38.4 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue May 04 16:35:09 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/3.01SC-SGI (X11; I; IRIX 5.3 IP22) Date: 1999-05-04T00:00:00+00:00 List-Id: In article <7gl43b$2481@news2.newsguy.com>, Samuel Mize wrote: > For instance, you can't have an array of "string." You have > to have an array of access-to-string. But you can have an array of bounded strings, and that may be fine for many applications, and more than fine for an application that wants to use an OO approach but is prevented from using any heap allocation. The Ada 95 OO features are carefully designed to permit such an approach. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own