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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7ee10ec601726fbf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-30 07:44:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!freenix!enst!enst.fr!not-for-mail From: Eric Merritt Newsgroups: comp.lang.ada Subject: Questions - Polimorphism/Dynamic Binding Date: Tue, 30 Oct 2001 07:43:06 -0800 (PST) Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: avanie.enst.fr 1004456695 94727 137.194.161.2 (30 Oct 2001 15:44:55 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 30 Oct 2001 15:44:55 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: In-Reply-To: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:15414 Date: 2001-10-30T07:43:06-08:00 Hello all, I have basicaly two questions that I hope will be fairly easy for you guys to answer. 1) I started out in Java and C++ and recently found the one true langauge (Ada95, lol). In any case, one thing that I found very usefull in Java was the Interface. I don't believe that Ada has this at all. I was wondering if there is a way to impliment this type of functionality in Ada (If required I can provide examples). This also leads to my second question. 2) If you have a tagged type and extend that type with a new type. Then pass the new type to a procedure that accepts its the new types parent, the original type. Are procedures associated with the child type (methods) that override it's parent types procedures called in this instance, even though the procedure that this type is passed into is unaware of the new child type and has not withed it's package? I hope these questions have been somewhat understandable. __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com