Visual Studio Code – Polymorphic behavior of derived class objects in C++ STL list
I am storing objects of base and derives classes (Account, StudentAccount, EmployeeAccount) in an STL list and process them with STL Iterator. The dynamic polymorphic behavior of objects is not happening. After reading few post at this forum, it "seems"…