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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1143c101a60b11fa,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-02 08:55:49 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!pipex!uunet!news.larc.nasa.gov!saisun12.larc.nasa.gov!troy From: troy@saisun12.larc.nasa.gov (Troy Anselmo) Newsgroups: comp.lang.ada Subject: OO Programming in Ada Date: 2 Dec 1994 16:03:41 GMT Organization: NASA Langley Research Center, Hampton, VA USA Distribution: world Message-ID: <3bnggt$cn4@reznor.larc.nasa.gov> NNTP-Posting-Host: saisun12.larc.nasa.gov Date: 1994-12-02T16:03:41+00:00 List-Id: I'm currently working on a project in which the system is being designed using an OO approach and will be coded in Ada83. Since Ada83 does not provide explicit support for some OOD constructs, what approaches are used to implement OO design constructs (such as inheritance lattices, polymorphism, and whole/part hierarchies) in Ada83. Are there ways to implement these constructs using Ada83 or should I not use these constructs in design? Any information (or pointers to good information) on the topic of implementing OO designs using Ada 83 would be appreciated.