home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / object / 4588 < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.object
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!objsys
  3. From: Bob Hathaway <objsys@netcom.com>
  4. Subject: Re: Implementation of multiple inheritance?
  5. Message-ID: <1992Dec18.021620.1467@netcom.com>
  6. Keywords: multiple inheritance
  7. Sender: objsys@netcom.com (Object Systems)
  8. Organization: Object Systems
  9. References: <BzDnvq.H86@inews.Intel.COM>
  10. Date: Fri, 18 Dec 1992 02:16:20 GMT
  11. Lines: 17
  12.  
  13. In article <BzDnvq.H86@inews.Intel.COM> dmarer@td2cad.intel.com (Dennis Marer) writes:
  14. >Howdy,
  15. >
  16. >    I've been working with OOP for a while, and only recently thought
  17. >about needs for multiple inheritance (from a discussion in this newsgroup,
  18. >I think), and I was wondering how something like that would be implemented
  19. >in an efficient manner.
  20. >
  21. >    I'm most familiar with C++, so I'll use that for examples...say my
  22. >C++ compiler sees the following code:
  23.  
  24. Try the ARM by Ellis and Stroustrup.  There's lots of ways to do MI, 
  25. both for implementation and method, but they give the suggested approach
  26. for C++ (which is quite efficient for C++'s static typing).
  27.  
  28. bob
  29. objsys@netcom.com
  30.