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,d7cc034a367221eb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-07 18:02:06 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!enews.sgi.com!coop.net!newsfeed1.global.lmco.com!svlnews.lmms.lmco.com!not-for-mail From: Robert Brantley Newsgroups: comp.lang.ada Subject: Re: accessing subprogram & inheritance problem Date: Wed, 07 Feb 2001 19:53:44 -0600 Organization: Lockheed Martin Corporation Message-ID: <3A81FC28.90BD0ABB@lmco.com> References: NNTP-Posting-Host: 138.209.253.101 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en,pdf Xref: supernews.google.com comp.lang.ada:4959 Date: 2001-02-07T19:53:44-06:00 List-Id: VC wrote: > How do I make the following program to compile and work? > I would like to have a subprogram pointer in the root class which > can be used to point to the subprograms in the child class as well. > Is it possible at all with Ada95? Hi. No not possible as far as I know, but I am far from an expert on Ada. There are COM and Corba bindings available if that is what you are trying to achieve. But it does make me curious. How do you implement COM type interfaces in Ada? Robert Brantley