Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!dptg!ulysses!andante!alice!shopiro From: shopiro@alice.UUCP (Jonathan Shopiro) Newsgroups: comp.lang.c++ Subject: Warning re SIGPLAN Notices article Keywords: Multiple inheritance Message-ID: <9877@alice.UUCP> Date: 10 Sep 89 16:14:28 GMT Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 18 In the September SIGPLAN Notices there is an article, A Practical Example of Multiple Inheritance in C++, by Wiener and Pinson. Unfortunately, they got it completely wrong, so if you haven't seen it, don't bother, and if you have seen it and couldn't make sense out of it, don't worry. Their example is an IntegerArray type that syntactically inherits from two base classes, Array and Integer, but actually the Integer base class contributes nothing, and the Integer-ness of the derived class is due entirely to member functions in the derived class. We will publish a response to their article, with a correct example, in a forthcoming issue of SIGPLAN Notices. -- Jonathan Shopiro AT&T Bell Laboratories, Warren, NJ 07060-0908 research!shopiro (201) 580-4229