Hi all,
I was going throughthe concept of Polymorphism.
Can anyone explain me how the vtable and vptr are created in case of virtual base class and what all values it contains.
I have idea about the vTable and Vpt in case of polymorphism that the table contains the address of all the virtual functions, but I am confused as far as virtual Base class is concerned.
Kindly explain if anyone can answer.
Thanks in advance