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.2 required=5.0 tests=BAYES_00,FROM_WORDY, INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,46ee7e5bac018343,start X-Google-Attributes: gid103376,public From: "Bertrand Augereau" Subject: Ada features Date: 2000/01/28 Message-ID: <86sinj$upb$1@netserv.univ-lille1.fr>#1/1 X-Deja-AN: 578820737 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Organization: Universite des Sciences et Technologies de LILLE, France X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 2000-01-28T00:00:00+00:00 List-Id: Hello, I would like to know if there are standard solutions for those 2 things in Ada95 : 1) Introspection 2) The equivalence of what is done in Java by : class MVFramework class Model extends Object {...} class View extends Object {...} } class MVSpreadsheetFramework extends MVFramework class Model {...} // Overrides class MVFramework.Model class View {...} } .i.e. overriding a nested class