Object Sizes in Multi level Inheritance

Learn about the sizes of objects in multi level inheritance.

We'll cover the following...

Problem

Write a program that throws light on object sizes in multi level inheritance.

Coding solution

Here is a solution to the problem above.