From: Kevin S. <kev...@ho...> - 2001-08-19 21:01:20
|
On Mon, 20 Aug 2001, Takaaki Tateishi wrote: > Maybe I misunderstood `parallel inheritance'. > > Xxxx ---> SubXxxx > | > V > Yyyy ---> SubYyyy > > Is the above a parallel inheritance? > It is not `multiple inheritance'. Is it right? The above is not multiple inheritance, but the design you presented does have some similaries to MI. I've uploaded a diagram at: http://www.qualitycode.com/parallel.html By the way, I haven't figured out how and where I might upload these documents to sourceforge, rather than having to host them on my web page. Can you tell me how to upload them there? And, as I said before, if this complex structure is required, we can do it. But I would prefer a simpler approach if the simpler approach will work. Kevin |