Path: utzoo!utgpu!attcan!uunet!lll-winken!ames!ncar!gatech!udel!new From: new@udel.EDU (Darren New) Newsgroups: comp.lang.c++ Subject: Re: C++ vs. Other OOLs Message-ID: <13706@louie.udel.EDU> Date: 21 Apr 89 20:03:48 GMT References: <2602@ssc-vax.UUCP> <282@acates.UUCP> Sender: usenet@udel.EDU Reply-To: new@udel.EDU (Darren New) Organization: University of Delaware Lines: 16 In article <282@acates.UUCP> dan@acates.UUCP (Dan Ford) writes: >In article <2602@ssc-vax.UUCP> dmg@ssc-vax.UUCP (David Geary) writes: >>I would like to see comparisons of C++ vs. other object oriented languages >>such as: >>C++ vs. Modula2 >> ... [deleted] >I would add to the list Eiffel -- see comp.lang.eiffel. > >Dan Ford uunet!acates!dan I would remove Modula-2 from the list. The only vaguely OO-like construct it has is exporting pointers to types that the user cannot access. This is like saying ANSI C is OO because you can cast (struct foo *) to (void *) and back again. Modula-2 has none of the OO advantages at all. -- Darren