MEMORY LAYOUT OF C++ OBJECT, virtual function works internally

Complications of Using the Virtual Base Class

Reading Time: 6 minutes In the previous article about How Does Virtual Base Class Works Internally? we have seen address resolution of virtual base class & why it’s needed. But I have not discussed Complications of Using the Virtual Base Class. Which we will […]