What will be size of a derived class which inherited from 3 base classes and all are empty?
class derived also empty base1 base2 base 3 at base classes at same level and derived class inherited from all three
- inheritance is public
- inheritance is virtual public
in both class size of a object of derived class??