home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.ada:3238 comp.object:4180
- Newsgroups: comp.lang.ada,comp.object
- Path: sparky!uunet!mcsun!sunic!lth.se!newsuser
- From: dag@control.lth.se (Dag Bruck)
- Subject: Re: OOD, Ada, and Inheritance
- Message-ID: <1992Nov9.183028.4680@lth.se>
- Summary: Do we really need any module or package support?
- Sender: newsuser@lth.se (LTH network news server)
- Organization: Department of Automatic Control, Lund, Sweden
- References: <mmaccorm.47@fox.nstn.ns.ca> <2169@snap> <1992Nov9.145313.18741@cis.ohio-state.edu>
- Date: Mon, 9 Nov 1992 18:30:28 GMT
- Lines: 15
-
- In <comp.lang.ada,comp.object> weide@elephant.cis.ohio-state.edu (Bruce Weide) writes:
- >The questions about inheritance in Ada, and especially the responses
- >about inheritance being "simulated" in Ada, are interesting.
-
- Following the argument that inheritance is not essential for OOP
- because (1) it is most important in the analysis phase, and (2), it
- can be simulated:
-
- There is no need for any module support in the programming language.
- The modularization is made during the analysis phase, and procedure
- and function names are sufficient to do the subroutine call.
-
- Anyone care to comment?
-
- -- Dag
-