home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / smalltal / 2828 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.1 KB  |  22 lines

  1. Newsgroups: comp.lang.smalltalk
  2. Path: sparky!uunet!destroyer!cs.ubc.ca!news.UVic.CA!csr.UVic.CA!iperrigo
  3. From: iperrigo@csr.UVic.CA (Ian Perrigo)
  4. Subject: Re: Inheritance of Smalltalk
  5. Message-ID: <1993Jan27.200649.2281@sol.UVic.CA>
  6. Sender: news@sol.UVic.CA
  7. Nntp-Posting-Host: ursamajor.uvic.ca
  8. Reply-To: iperrigo@csr.UVic.CA (Ian Perrigo)
  9. Organization: University of Victoria
  10. References:  <1993Jan26.150808.62839@qut.edu.au>
  11. Date: Wed, 27 Jan 93 20:06:49 GMT
  12. Lines: 8
  13.  
  14. In article <1993Jan26.150808.62839@qut.edu.au>, bub@qut.edu.au writes:
  15. >Is any one there can tell me if Smalltalk/v windows has the capacity of
  16. >multiple inheritance? What about ParcPlace's Smalltalk in windows?
  17.  
  18. 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.
  19.  
  20. Ian.
  21. (iperrigo@cs.uvic.ca)
  22.