CSC448: OO Languages: Inheritance [2/12] Previous pageContentsNext page

Single inheritance vs multiple inheritance.

The vtables used here are sufficient for OO languages with single inheritance. We have to think about:

But what about multiple inheritance?

Why would you care about inheritance? For example, Microsoft's Component Object Model (COM).

Previous pageContentsNext page