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.8 required=5.0 tests=BAYES_00,PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aba9ec8a75fce75a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-11 04:08:27 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: wojtek@power.com.pl (Wojtek Narczynski) Newsgroups: comp.lang.ada Subject: Re: simple question?! Date: 11 Jun 2003 04:08:26 -0700 Organization: http://groups.google.com/ Message-ID: <5ad0dd8a.0306110308.115b9b40@posting.google.com> References: NNTP-Posting-Host: 62.111.211.178 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1055329707 8731 127.0.0.1 (11 Jun 2003 11:08:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 11 Jun 2003 11:08:27 GMT Xref: archiver1.google.com comp.lang.ada:38973 Date: 2003-06-11T11:08:27+00:00 List-Id: vashwath@rediffmail.com (prashna) wrote in message news:... > Why access types in Ada are called as access types? > Any pointers on this will be appreciated. Access types are called as they are called to disassociate them from pointers. Regards, Wojtek