Computer Science, asked by pawansoni9, 1 year ago

what is polymorphism in Python?

Answers

Answered by vikrantsoni
2
when we do one program from many ways is called polymorphism.
Answered by abhishek0072
3
Hey mate here is ur answer..

Python, this means that a particular object belonging to a particular class can be used in the same way as if itwere a different object belonging to adifferent class. ... This tutorial will go through applying polymorphism to classes in Python...

Polymorphism allows for flexibility and loose coupling so that code can be extended and easily maintained over time. This tutorial will go through applying polymorphism to classes in Python...

HOPE IT HELPS ☺️

pawansoni9: i cant understand anything
Similar questions