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).
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