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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5ac1c1813029999b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-13 12:44:29 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: wojtek@power.com.pl (Wojtek Narczynski) Newsgroups: comp.lang.ada Subject: A bunch of questions that come after "Hello world" Date: 13 Nov 2002 12:44:28 -0800 Organization: http://groups.google.com/ Message-ID: <5ad0dd8a.0211131244.42603699@posting.google.com> NNTP-Posting-Host: 217.98.138.16 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1037220268 14243 127.0.0.1 (13 Nov 2002 20:44:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 Nov 2002 20:44:28 GMT Xref: archiver1.google.com comp.lang.ada:30835 Date: 2002-11-13T20:44:28+00:00 List-Id: Hello, I am trying to write some Ada code after three years of Java work. I have some questions, likely stupid. 1. Collections. I understand that Ada doesn't define collection packages as a part of the standard. Pity, but maybe there is some "rationale for that. Okay, what is the most commonly used library? Booch components? 2. Could somebody confirm that I cannot define a procedure / function as a member of a "record", but I sure can as a member of "protected"? Hmm. 3. Can I define new 'Attributes or only redefine (some) existing ones? Thanks for your time!