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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7508aa0d80b8bf66 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Inheritance and Polymorphism in Ada !! Date: 1999/10/15 Message-ID: #1/1 X-Deja-AN: 537179072 References: X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 940012522 206.170.2.222 (Fri, 15 Oct 1999 11:35:22 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Fri, 15 Oct 1999 11:35:22 PDT Newsgroups: comp.lang.ada Date: 1999-10-15T00:00:00+00:00 List-Id: Oops, > Further, since perhaps type_b's second_field might not be integer, eg > type type_b is new type_a with record > second_field : character; should have said "since there might be a type_c with a second_field that is not an integer" ...