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 |
Which gui is best for python?
Can I learn python on my own?
Explain split() methods of "re" module in python?
Difference between @staticmethod and @classmethod in python?
What is the iterator protocol?
what are the noted modules of python in terms of networking
What is the difference between a tuple and a list?
How do you dispose a variable in python?
Explain the role of repr function.
What is the key difference between a list and the tuple?
How is print statement represented in python 3 (v/s python2)?
Should I learn python or scala?