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 07:56:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.ulv.nextra.no!nextra.com!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Abstract methods in ADA95 Date: Thu, 17 Oct 2002 14:56:12 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <20021017-143635-828420@foorum.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1034866572 26322 129.241.83.78 (17 Oct 2002 14:56:12 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 17 Oct 2002 14:56:12 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:29873 Date: 2002-10-17T14:56:12+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: You have already gotten the answer by somebody else, but since you come from C++ you might want to read http://www.adapower.com/articles/class.html to understand a bit more how the definition of "class" is in Ada95. Preben -- This is Ada land. On quiet nights you can hear C programs crash.