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,b5b75c5bf3ae7291 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-07 06:06:22 PST Path: bga.com!news.sprintlink.net!cs.utexas.edu!uwm.edu!news.alpha.net!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Implement Inheritance (Ada83)? Date: 7 Mar 1995 07:19:16 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3jhj04$2dv@gnat.cs.nyu.edu> References: <3j76tl$nu4@jabba.ess.harris.com> <3jf8fh$rmt@source.asset.com> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-03-07T07:19:16-05:00 List-Id: Kevin Wise says, in response to the subject line "Most people will tell you that this can't be done" Count me out of most people! Inheritance is a conceptual idea, not a syntactic gizmo. Yes, of course it is valuable to have syntactic sugar to represent important concepts, but you can perfectly well implement' the fundamental abstraction mechanism that we call inheritance in ANY language!