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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,e0a59694a441eb7b X-Google-Thread: 103376,e0a59694a441eb7b X-Google-Thread: fac41,e0a59694a441eb7b X-Google-Thread: 1108a1,e0a59694a441eb7b X-Google-Attributes: gid109fba,gid103376,gidfac41,gid1108a1,public X-Google-ArrivalTime: 2004-04-24 15:17:45 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: stevenwurster@lycos.com (Steven Wurster) Newsgroups: comp.lang.c++,comp.lang.ada,comp.lang.eiffel,comp.object Subject: Re: OOP Language for OS Development Date: 24 Apr 2004 15:17:44 -0700 Organization: http://groups.google.com Message-ID: References: <95db0572.0404142153.431fd058@posting.google.com> <566e2bfb.0404181753.2844342f@posting.google.com> <4088D574.2020503@tele2.fr> NNTP-Posting-Host: 69.137.136.237 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1082845065 32532 127.0.0.1 (24 Apr 2004 22:17:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 24 Apr 2004 22:17:45 +0000 (UTC) Xref: archiver1.google.com comp.lang.c++:31457 comp.lang.ada:7456 comp.lang.eiffel:743 comp.object:11119 Date: 2004-04-24T15:17:44-07:00 List-Id: JKop wrote in message news:... > > Why the hell would you want automatic polymorphism? There's times > when I want functions NOT to be polymorphic! > Automatic polymorphism is needed to support the Open Closed Principle. But it can be turned off in Eiffel by declaring a routine as frozen. Similar to final in Java, which also has automatic polymorphism. Oh, and, nice attitude.