Python
Python, OOP, Polymorphism
200
Polymorphism is basically ability to take more than one forms. An operation may exhibit different behaviours in different instances depending upon the types of data used in the operation.
In this problem set, you'll be introduced to some real world based problems based on polymorphism.
The problems in this problem set require you to write a script in python using the required classes and function with their complete definition.