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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c6150ba97747373e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-15 04:42:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!pd955e9ab.dip.t-dialin.NET!not-for-mail From: Immanuel Scholz Newsgroups: comp.lang.ada Subject: runtine instanciation Date: Sat, 15 Jun 2002 13:43:02 +0200 Message-ID: NNTP-Posting-Host: pd955e9ab.dip.t-dialin.net (217.85.233.171) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: fu-berlin.de 1024141322 6416904 217.85.233.171 (16 [100557]) User-Agent: KNode/0.6.1 Xref: archiver1.google.com comp.lang.ada:26017 Date: 2002-06-15T13:43:02+02:00 List-Id: Hello again, In Ada, can create a class at runtime? Like the getClass().forClass() in Java. As example create a variable from the type entered by the user at runtime. Immanuel Scholz