Answer Posted / 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 |
Post New Answer View All Answers
Is python sorted stable?
What are python packages?
Which server is best for python?
How do I test one variable against multiple values?
What ide to use for python?
Does return end a function python?
Does the same python code work on multiple platforms without any changes?
Where we can use else block in python programming?
How does the python version numbering scheme work?
What is flatmap in python?
Where is the math.py (socket.py, regex.py, etc.) Source file?
Is python is a case sensitive?
What are the rules for global and local variables in python?
What is the difference between del() and remove() methods of the list?
Calling an external command in python?