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,c4a14ea3a6faca74 X-Google-Attributes: gid103376,public From: lutz@iks-jena.de (Lutz Donnerhacke) Subject: Re: Generic abstracts Date: 1999/11/30 Message-ID: #1/1 X-Deja-AN: 554924410 Distribution: world Content-Transfer-Encoding: 8bit References: <3842BFFB.70B08603@averstar.com> <3842E945.AFBCCE17@averstar.com> Content-Type: text/plain; charset=ISO-8859-1 Organization: IKS GmbH Jena Mime-Version: 1.0 User-Agent: slrn/0.9.5.7 (UNIX) Newsgroups: comp.lang.ada Date: 1999-11-30T00:00:00+00:00 List-Id: * Tucker Taft wrote: >So you would like a derived type to inherit the generic >subprogrmas of its parent type, and if they are abstract, >be required to implement them? Yep. >Be that as it may, I now understand what you were trying to do >and can safely answer that it is not supported by the Ada inheritance >model. Thnx. I'll spend efforts on other topics now.