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 |
How can you access a module written in python from c?
Why cannot lambda forms in Python contain statements?
What are the runtime errors?
What do you mean by *args and **kwargs?
Can we use else block with for loop? Answer with one example.
Which version of python is best?
Why should we close files?
Why is python called python?
In python, can you name the data science and machine learning libraries?
What does a function of python programming?
What is map () in python?
Is python is intended oriented?