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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,de6de6cc35dca537 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: Re: What is derived? Date: Sun, 3 Oct 2004 00:02:51 +0200 Organization: T-Online Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1096754751 04 17698 KIdPXoRvEkuVSE4F 041002 22:05:51 X-Complaints-To: usenet-abuse@t-online.de X-ID: TzJE8TZEwedK2BJLbDgHALUyhiXoh285+Z7AsABEU6U44OAWAKZ76G 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:4581 Date: 2004-10-03T00:02:51+02:00 List-Id: Hi, thanks for your answer! >> At least I think, that private-methods are inherited, or am I wrong? > > If by "private-methods" you mean "subprograms declared in the private > part of the package spec", then yes and no. They will be derived if > they are visible at the point of derivation. What do you mean with visible at the point of deriviation? For example if a procedure is declared after the a type is derived, then is this procedure not visible? Are there more special cases? Thanks in advance, Rick