1. What are classes and objects. 2. how will you store objects belonging to different class in one single container like list?
Sigiloso
2. I will make the classes inherit a base class then create a container to hold objects of base class. This will allow me to push objects which are derived from the same class.