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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,39a8b74d496a2bbc X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Can ADA95 inherit from C++ classes Date: 1997/09/18 Message-ID: <34212D90.318E@gsfc.nasa.gov>#1/1 X-Deja-AN: 273524836 References: <5vltvf$q1m$1@news.cc.ucf.edu> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Reply-To: Stephen.Leake@gsfc.nasa.gov Newsgroups: comp.lang.ada Date: 1997-09-18T00:00:00+00:00 List-Id: Daniel E Griffin wrote: > > I have heard that on the project I'm on they are planning on inheriting > from C++ classes in their Ada 95 code. Is this possible and if so how? > > Thanks in advance, > Dan. In another response I said ObjectAda could do this. That's wrong; ObjectAda can _import_ C++ classes as packages, but it cannot _inherit_ from C++ classes. Sorry for the misunderstanding. -- - Stephe