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,3ad42f911d53327e X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Object Oreinted Style Date: 2000/04/02 Message-ID: <3uLF4.255$l8.76261@news-east.usenetserver.com>#1/1 X-Deja-AN: 605704708 References: <8bq4hh$psj$1@ssauraac-i-1.production.compuserve.com> <8c21qm$dbl$1@nnrp1.deja.com> <8c68ma$cef$1@slb3.atl.mindspring.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: support@usenetserver.com Organization: WebUseNet Corp http://www.usenetserver.com - Home of the fastest NNTP servers on the Net. NNTP-Posting-Date: Sun, 02 Apr 2000 13:31:43 EDT Newsgroups: comp.lang.ada Date: 2000-04-02T00:00:00+00:00 List-Id: Could you post an example of this. DB Richard D Riehle wrote in message <8c68ma$cef$1@slb3.atl.mindspring.net>... >Actually, with clever use of access declarations, one can do exactly >what you have just described under the model of an opaque type. I have >been experimenting with just this kind of thing to see how far it >can be stretched.