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 |
Why python is referred as glue code?
What are the different file processing modes supported by python?
How does exception handling in python differ from java?
How much bytes do integer and decimal data types hold in python?
Explain python is one line?
What does super () do python?
What is pythonpath?
What is constructor in python?
Is python pass by reference?
What is the enumerate() function in python?
Which server is best for python?
How can I evaluate an arbitrary python expression from c?