what are the two issues involved with multiple inheritance? i know of one, the diamond problem, what's the other?

>what are the two issues involved with multiple inheritance?
There are a lot of issues with multiple inheritance. :)

>i know of one, the diamond problem, what's the other?
The one you're probably thinking of is ambiguity caused by inheriting the same name from two or more classes.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.