12
votes
Question on multiple inheritance, virtual base classes, and object size in C++
Let's look at the class layout of the two cases.
Without the virtual, you have two base classes ("X" and "Y") with an integer each, and each of those classes have integrated into them a "Ba …
