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=-0.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,2308afbbe4ecec0b X-Google-Attributes: gid103376,public From: Hyman Rosen Subject: Re: Subverting 'Access for Sub-programs Date: 1999/08/06 Message-ID: #1/1 X-Deja-AN: 509679211 Content-Transfer-Encoding: quoted-printable Sender: hymie@calumny.jyacc.com References: <7ocqru$rrm$1@nnrp1.deja.com> <7of9eq$2ue$1@wanadoo.fr> Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@panix.com X-Trace: news.panix.com 933964589 20578 209.49.126.226 (6 Aug 1999 18:36:29 GMT) Organization: PANIX Public Access Internet and UNIX, NYC Mime-Version: 1.0 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3 NNTP-Posting-Date: 6 Aug 1999 18:36:29 GMT Newsgroups: comp.lang.ada Date: 1999-08-06T18:36:29+00:00 List-Id: "Jean-Pierre Rosen" writes: > Ray Blaak a ��crit dans le message : > m3iu6tjw2d.fsf@vault83.infomatch.bc.ca... > I find it a bit unfair to blame Ada for these restrictions. C++, Eiffel, > Java have no embedded subprograms. C++ does allow you to declare a derived class inside a function, including new member functions. This only affects visibility, but sometimes that's what you want.