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,8a602a7f65bebaea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-17 12:26:20 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!207.217.77.102!newsfeed2.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread2.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3DAF0ECE.7080204@acm.org> From: Jeffrey Carter User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Abstract methods in ADA95 References: <20021017-143635-828420@foorum.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 17 Oct 2002 19:26:23 GMT NNTP-Posting-Host: 63.184.16.148 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 1034882783 63.184.16.148 (Thu, 17 Oct 2002 12:26:23 PDT) NNTP-Posting-Date: Thu, 17 Oct 2002 12:26:23 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:29881 Date: 2002-10-17T19:26:23+00:00 List-Id: Hector Hugo wrote: > Hello, i'm new programing in Ada95, i come from C++ world and i've got problems > when i try to use abstract methods in Ada95. I'm trying to do something similar > to this but in Ada95: There are no "methods", abstract or otherwise, in Ada. Ada has subprograms and entries; subprograms are either procedures or functions. Nary a method in sight. I'm hardly a C++ expert, but IIRC there are also no "methods" in C++. C++ has only functions. -- Jeff Carter "I unclog my nose towards you." Monty Python & the Holy Grail