You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// With this we can see that dtor of base class called beacuse pointer is of type base class that is Shape. In this destrcution of derived object is incomplete.
// Lets solve above problem by adding virtual destructor in base class that is Shape