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,b8b8a54001adc4d2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail From: danmcleran@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Possible Ada deficiency? Date: 1 Jan 2005 19:36:37 -0800 Organization: http://groups.google.com Message-ID: <1104636997.704918.94250@c13g2000cwb.googlegroups.com> References: <1104516913.718856.94090@z14g2000cwz.googlegroups.com> <1104594390.142290.12210@z14g2000cwz.googlegroups.com> <1104608595.353412.230130@c13g2000cwb.googlegroups.com> NNTP-Posting-Host: 172.167.230.238 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1104637002 32046 127.0.0.1 (2 Jan 2005 03:36:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 2 Jan 2005 03:36:42 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=172.167.230.238; posting-account=LSix6gsAAACmBFWMCbh6syCaua0lawvj Xref: g2news1.google.com comp.lang.ada:7384 Date: 2005-01-01T19:36:37-08:00 List-Id: Because by using access values, one would have to manage the memory associated with the object. Also, a dangling reference could be left behind. See Jeff Carter's post: http://groups-beta.google.com/group/comp.lang.ada/browse_frm/thread/93d7def3eeefbc26/e8e7d2d6f3847f5c#e8e7d2d6f3847f5c IMO, a proper construct to allow hiding of implementation detail from child packages is superior to this suggestion.