For Teams Create Developer Profile Sign In

Polymorphism in Python

  • library_books
  • graphic_eq Easy

Technologies

Python

Tags

Python, OOP, Polymorphism

Max score

200

Start Solving
Description

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.