Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpda!hpcupt1!jwolf From: jwolf@hpcupt1.HP.COM (John Wolf) Newsgroups: comp.lang.c++ Subject: Re: Examples where c++ beats ADA? Message-ID: <7050010@hpcupt1.HP.COM> Date: 9 May 89 15:47:12 GMT References: Organization: Hewlett Packard, Cupertino Lines: 16 Lets put it simply: Dynamic_Binding + Inheritance = True Objected Oriented Language Ask Bertrand. *Ada's generics are statically bound (i.e. accomplished at compile time). *Ada's doesn't have Inheritance, multiple or otherwise. Argue all you want Ada fans, Ada cannot get around the two above mentioned shortcommings. However, you are comparing apples and oranges. I am a great fan of Ada Tasking. Try going parallel with C++ - kluge city. Just an opinion - please don't get nasty