Python polymorphism

Polymorphism means having many forms of a single interface. For example calculator only can mathematical calculation but computer can mathematical calculation and other computation as well. So single computer can do many forms or things, this is actually the high level polymorphism.


Objectives

  • Try to understand polymorphism feature conceptually

  • Python polymorphism with example


Try to understand polymorphism feature conceptually in Python


Python polymorphism with example


Python polymorphism video tutorial