Re: implementing multiple inheritance?

mw@ipx2.rz.uni-mannheim.de (Marc Wachowitz)
19 Feb 1996 23:36:05 -0500

          From comp.compilers

Related articles
implementing multiple inheritance? larryr@cybergate.com (Larry Rau) (1996-02-19)
Re: implementing multiple inheritance? darius@phidani.be (Darius Blasband) (1996-02-19)
Re: implementing multiple inheritance? mw@ipx2.rz.uni-mannheim.de (1996-02-19)
| List of all articles for this month |

From: mw@ipx2.rz.uni-mannheim.de (Marc Wachowitz)
Newsgroups: comp.compilers
Date: 19 Feb 1996 23:36:05 -0500
Organization: ---
References: 96-02-224
Keywords: OOP

Larry Rau (larryr@cybergate.com) wrote:
> Can someone provide pointers to papers/books describing methods used
> to implement Mulitple Inheritance.


Some very interesting papers about optimizing table lookup for
multiple inheritance - particularly for the cases with multiple
inheritanace for interfaces, but only single inheritance for
implementations - and a few related ideas about a flexible form of
genericity and an implementation have been developed by MIT's
Programming Methodology Group.


Look at http://clef.lcs.mit.edu/Thor-papers.html.


Marc Wachowitz <mw@ipx2.rz.uni-mannheim.de>




--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.