In article <1993Jan26.150808.62839@qut.edu.au>, bub@qut.edu.au writes:
>Is any one there can tell me if Smalltalk/v windows has the capacity of
>multiple inheritance? What about ParcPlace's Smalltalk in windows?
There's a product called Dynamics/V which was demo'd at OOPSLA '92 which seemed to do just this. It also claimed to add multiple views to objects via roles. Like many other postings you will no doubt receive, I'd recommend you be careful about using MI, it can cause more problems than its worth. Just take a look at "virtual" super classes in C++, you'll see some of the complications that arise.