Answer Posted / hr@tgksolutions.com
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 |
Post New Answer View All Answers
What is python lint?
What are the differences between python 2.x and python 3.x?
Is python a low level language?
What does stringvar.strip() does?
is Python similar to ruby?
Who developed python?
Is set sorted in python?
Can we change tuple values? If yes, give an example.
What is the difference between a shallow copy and deep copy?
Is python a programming language?
how do I pass a variable by reference?
What does while 1 mean in python?
Is python strongly typed?
What is class variable in python?
What is a constructor in python?