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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,59b48da8620e604f X-Google-Attributes: gid103376,public From: stt@henning.camb.inmet.com (Tucker Taft) Subject: Re: Example of object oriented Ada95 requested! Date: 1996/01/08 Message-ID: #1/1 X-Deja-AN: 134548772 sender: news@inmet.camb.inmet.com (USENET news) x-nntp-posting-host: henning.camb.inmet.com references: organization: Intermetrics, Inc. newsgroups: comp.lang.ada Date: 1996-01-08T00:00:00+00:00 List-Id: Arcadio A. Sincero (cabal@TerpTavern.umd.edu) wrote: : ... : Under the section entitled "Hierarchial Libraries", Dr.Herro talks about : "child packages". From what I can tell, this seems to be Ada95's idea of : what inheritance and polymorphism. Am I right? ... Nope. "Tagged" types, with type extension and class-wide types, are what provide inheritance and polymorphism in Ada 95. Child packages/hierarchical libraries are namespace/visibility management mechanisms, somewhat analogous to C++ namespaces or Modula-3 modules. : ... : Arcadio Alivio Sincero, Jr. : Sophomore, Computer Science Major at the University of Maryland : at College Park : Email: lotu@wam.umd.edu, WWW: -Tucker Taft stt@inmet.com Intermetrics, Inc.