>>>>> On Wed, 24 Dec 2003 10:37:03 -0500, Martin Cracauer ("Martin") writes:Martin> "Christopher C. Stacy" <[EMAIL PROTECTED]> writes: >> Can someone explain to me in 60 words or less what is the general >> lossage with C++ multiple inheritance that is often alluded to? >> (I'm referring to a problem in the C++ world, although it doubtless >> has implications for FFI from Lisp.) Martin> They also don't have any solution to sort out conflicts in names of Martin> inherited data or function members, which for example is a point that Martin> the Eiffel fellowship is making. If I have classes A and B both with members named FOO, and class C based on those two, what happens? What if it's a function FOO?
