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 |
Is python a procedural language?
How is print statement represented in python 3 (v/s python2)?
What does while 1 mean in python?
What are the optional statements that can be used inside a <try-except> block in python?
Do while loops python?
What is the language from which Python has got its features or derived its features?
Name the function which helps to change the files permission
Is anaconda good for python?
How do I run a script in python shell?
Explain me what are the built-in types available in python?
What is egg and wheel in python?
What are negative indexes?