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,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,de6de6cc35dca537,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.zanker.org!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: "Rick Santa-Cruz" Newsgroups: comp.lang.ada Subject: What is derived? Date: Sat, 2 Oct 2004 18:15:39 +0200 Organization: T-Online Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1096733743 05 1654 fjYPX4kO+sQHWI0 041002 16:15:43 X-Complaints-To: usenet-abuse@t-online.de X-ID: S3hWNYZfQe53aembWgJ6JTY-Qe5ltCt0UfyYgk8WSxqn3z+N+epBZ0 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Xref: g2news1.google.com comp.lang.ada:4570 Date: 2004-10-02T18:15:39+02:00 List-Id: Hi, is the following list complete: subprograms of a base-class will be inherited, if: (1) they are in the same package as the base-type and not in a child-package (2) they have as parameter or as return type the base-class That's it, or am I missing something? At least I think, that private-methods are inherited, or am I wrong? Thanks in advance, Rick