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,22f887b4adc37f7d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-25 14:51:43 PST Path: nntp.gmd.de!newsserver.jvnc.net!raffles.technet.sg!merlion.singnet.com.sg!singapura.singnet.com.sg!swiss.ans.net!howland.reston.ans.net!news.sprintlink.net!news.clark.net!hirasuna.clark.net!user From: hirasuna@acm.org (Michael Hirasuna) Newsgroups: comp.lang.ada Subject: Re: Ada & Object-Oriented Methodologies Date: Sat, 25 Feb 1995 17:51:43 -0500 Organization: Clark Internet Services, Inc. Distribution: world Message-ID: References: NNTP-Posting-Host: hirasuna.clark.net Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: 1995-02-25T17:51:43-05:00 List-Id: In article , frsanmar@mor.itesm.mx (Francisco San Martin Roman) wrote: > I'd never used Ada, and I need to know : How can I do to implement > object-oriented concepts (modularity, hierarchy, encapsulation, abstraction) if > any in Ada programming? I'll really appreciate your help. This is like asking "Is the Pope Catholic?" Almost any Ada text will cover object-oriented methodologies implemented in Ada. If you heard that Ada could not implement OOD, it might be in reference to Ada 83 not handling inheritance. If OOD is possible without inheritance or if Ada 83 can emulate inheritance are both moot questions since, Ada 95 will include inheritance. -- Michael Hirasuna | hirasuna@acm.org