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 |
Can python be used for web client and web server side programming?
How will you capitalize the first letter of string?
Tell me what are different ways to create an empty numpy array in python?
What are the 3 types of relation?
What does map function in python do?
How does raw_input work in python 3?
How will you print the contents of a file?
How will you remove an object from a list?
What is difference between panda series and dictionary in python?
What is dictionary in python?
Write a program to check given number is prime using for loop with else?
Explain static class variables in python?