Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!rpi!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!hplabs!hpcc01!hpcuhb!hpindda!daver From: daver@hpindda.HP.COM (Dave Richards) Newsgroups: comp.lang.c++ Subject: Pointers and Multiple Inheritance Message-ID: <6170015@hpindda.HP.COM> Date: 9 Apr 90 20:48:47 GMT Organization: HP Information Networks, Cupertino, CA Lines: 10 This is probably a trivial question, but I've been hunting through my documentation and can't find it... Given a pointer to an instance of a single-inherited subclass, it is legal to cast that pointer to any of the instance's superclasses. However, given an instance of a multiply-inherited class is it legal to cast that pointer to any of the inherited superclasses? I would say not. What then, can a pointer to a multiply-inherited class be cast to? Dave Richards