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=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,58339537c87ee272,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-11 16:52:40 PST Path: supernews.google.com!sn-xit-02!supernews.com!newsfeed.mesh.ad.jp!europa.netcrusader.net!205.252.116.205!howland.erols.net!portc.blue.aol.com.MISMATCH!portc01.blue.aol.com!audrey05.news.aol.com!not-for-mail X-Admin: news@aol.com From: hdhil@aol.com (HDhil) Newsgroups: comp.lang.ada Date: 12 Dec 2000 00:51:43 GMT Organization: AOL http://www.aol.com Subject: question on objects/package relationships Message-ID: <20001211195143.22219.00004738@ng-da1.aol.com> Xref: supernews.google.com comp.lang.ada:2961 Date: 2000-12-12T00:51:43+00:00 List-Id: Another newbie question. If i define object A in Ada using a package specification, and then have to define another another object B in a separate specification... ...is it possible i can have a function that uses object A (or returns object A) within the package specifying object B? If so, what's the general methodt for doing that? Many thanks, Harry