Explain polymorphism in Python.
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Polymorphism is the capacity to assume different shapes. For instance, the child class may also have a method called ABC with its parameters and variables if the parent class has one. Polymorphism is made possible by Python.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Polymorphism is the capacity to assume different shapes. For instance, the child class may also have a method called ABC with its parameters and variables if the parent class has one. Polymorphism is made possible by Python.
| Is This Answer Correct ? | 0 Yes | 0 No |
Polymorphism is the capacity to assume different shapes. For instance, the child class may also have a method called ABC with its parameters and variables if the parent class has one. Polymorphism is made possible by Python.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is python and python scripting?
Does python require coding?
Can I use python in linux?
What is lambda? Why do lambda forms not have statements?
Which is faster python or php?
Why does comparing strings in python using either ‘==’ or ‘is’ sometimes produce a different result?
What is the purpose of _init_() function in python?
What is the starting point of python code execution?
What is constructor in python?
What is loop in python?
How do you make a higher order function in Python?
What are python libraries?