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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!jpl-devvax!puente!larryc From: larryc@puente.jpl.nasa.gov (Larry Carroll) Newsgroups: comp.lang.ada Subject: Re: OOP and large systems (was: Ada vs C++, ...) Message-ID: <1991Jun5.210123.28235@jpl-devvax.jpl.nasa.gov> Date: 5 Jun 91 21:01:23 GMT Sender: usenet@jpl-devvax.jpl.nasa.gov (For NNTP so rrn will be able to post) Organization: Jet Propulsion Lab, AEG/FIST Nntp-Posting-Host: puente List-Id: The most impressive aspect of C++, as reported by a group of programmers (most of them Fortran & C users) here who were forced to learn & use it for a task last year, was inheritance. With careful attention to design, they were able to re-use a lot of their own code, & re-design it quickly when needed.