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: a07f3367d7,a5cbf1d38f567a0e,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!d21g2000yqn.googlegroups.com!not-for-mail From: "mbrk.uk@googlemail.com" Newsgroups: comp.lang.ada Subject: Refinement & Abstraction question Date: Sat, 14 Nov 2009 13:18:07 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 217.171.129.69 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1258233517 18938 127.0.0.1 (14 Nov 2009 21:18:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 14 Nov 2009 21:18:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d21g2000yqn.googlegroups.com; posting-host=217.171.129.69; posting-account=1HXMUwoAAADsTLy9YlsJmEvfksttR-me User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8103 Date: 2009-11-14T13:18:07-08:00 List-Id: Hello everbody, in SPARK. General question , what is the deference between keeping inherit statement in ADS file rather than moving it to the ADB file. Is there a rule ? or it is against the hiding principle?