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