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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1108a1,b87849933931bc93 X-Google-Attributes: gid1108a1,public X-Google-Thread: 103376,b87849933931bc93 X-Google-Attributes: gid103376,public X-Google-Thread: f43e6,b87849933931bc93 X-Google-Attributes: gidf43e6,public X-Google-Thread: 114809,b87849933931bc93 X-Google-Attributes: gid114809,public X-Google-Thread: 109fba,b87849933931bc93 X-Google-Attributes: gid109fba,public X-Google-Thread: fac41,b87849933931bc93 X-Google-Attributes: gidfac41,public From: shang@corp.mot.com (David L. Shang) Subject: Re: What is wrong with OO ? Date: 1997/01/02 Message-ID: <1997Jan2.161806.4954@schbbs.mot.com>#1/1 X-Deja-AN: 207358315 sender: news@schbbs.mot.com (SCHBBS News Account) references: <32CAF83E.323A@acm.org> organization: MOTOROLA reply-to: shang@corp.mot.com newsgroups: comp.lang.c++,comp.lang.smalltalk,comp.lang.eiffel,comp.lang.ada,comp.object,comp.software-eng Date: 1997-01-02T00:00:00+00:00 List-Id: In article <32CAF83E.323A@acm.org> Ian Joyner writes: > 1) C++ has added nothing new that has not been pioneered elsewhere. > (Classes from Simula, multiple inheritance, genericty were all > around before C++ adopted them) > There is nothing wrong to borrow good things from others. But it is wrong to borrow things good to others but bad to self. > 2) Most things that are different in C++ to other languages are to > patch up the earlier deficiencies of C and C++. For example > type casts, etc. When things are added, patches must be made also. The things added is not good to self. A language should not continue to add things with patches. David Shang