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 good for web development?
A module print_number given, what will be the output of the following code?
Write a coding in find a largest among three numbers?
What data types does python support?
What is a constructor in python?
Explain me what is unittest in python?
Is python numpy better than lists?
What will be the output of ['!!welcome!!']*2?
How will you change case for all letters in string in python?
Is python dict a hashmap?
Write a program to check for prime number?
What is a generator in python?