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-Thread: 103376,342dcd67e9ca73ee X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!newsfeed.inode.at!news.hispeed.ch!linux2.krischik.com!news From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: tagged record child: override constructor? Date: Tue, 13 Sep 2005 19:37:24 +0200 Organization: Cablecom Newsserver Message-ID: <225337460.SlYKbeB8eD@linux1.krischik.com> References: <1126591134.797303.318920@z14g2000cwz.googlegroups.com> <1uri5gd2n7om0.1ujkzb26ayxdx.dlg@40tude.net> <1126625009.709876.226260@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 84-73-3-68.dclient.hispeed.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.hispeed.ch 1126635315 17641 84.73.3.68 (13 Sep 2005 18:15:15 GMT) X-Complaints-To: news@hispeed.ch NNTP-Posting-Date: Tue, 13 Sep 2005 18:15:15 +0000 (UTC) User-Agent: KNode/0.9.2 Xref: g2news1.google.com comp.lang.ada:4620 Date: 2005-09-13T19:37:24+02:00 List-Id: sean.gilbertson@gmail.com wrote: > 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. In this case it's more like a "non virtual" functions. That's because all class members are virtual in Ada. So 'Class methods replace both static and not virtual - depending on context. Actually it's static as in: class C { static F (C& Param); }; I guess we have to improve the text here. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com