Q:

What is polymorphism in Python?

0

What is polymorphism in Python?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Polymorphism is based on the greek words Poly (many) and morphism (forms). So polymorphism means having many forms. In Python, Polymorphism allows us to function overriding ( methods in the child class with the same name as defined in their parent class) and overloading (same name functions with different signatures).

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now