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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,342dcd67e9ca73ee X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: sean.gilbertson@gmail.com Newsgroups: comp.lang.ada Subject: Re: tagged record child: override constructor? Date: 13 Sep 2005 08:23:29 -0700 Organization: http://groups.google.com Message-ID: <1126625009.709876.226260@f14g2000cwb.googlegroups.com> References: <1126591134.797303.318920@z14g2000cwz.googlegroups.com> <1uri5gd2n7om0.1ujkzb26ayxdx.dlg@40tude.net> NNTP-Posting-Host: 209.98.85.81 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1126625014 5826 127.0.0.1 (13 Sep 2005 15:23:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 13 Sep 2005 15:23:34 +0000 (UTC) In-Reply-To: <1uri5gd2n7om0.1ujkzb26ayxdx.dlg@40tude.net> User-Agent: G2/0.2 X-HTTP-UserAgent: Opera/8.02 (X11; Linux i686; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=209.98.85.81; posting-account=ad8K8g0AAACmWThFIlwTK3Zu6pSkHjDa Xref: g2news1.google.com comp.lang.ada:4611 Date: 2005-09-13T08:23:29-07:00 List-Id: I don't feel totally comfortable with the 'Class function, but after looking at the Ada Wikibook, it seems like I can use it something like a "static class method" in Java. I'm going to research all of these suggestions. Thanks, Dmitry! And thanks to everyone else! I was surprised at the quick and learned replies.