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
Is python a procedural language?
What is a module and package in python?
How do you comment in python?
Can python function return multiple values?
Are methods and constructors the same thing?
What is %s %d in python?
What is the best python ide for beginners?
Is there a benefit to using one over the other?
Explain important characteristics of python objects?
What is a character?
What is the difference between the shallow copy and deep copy in python?
Is python 0 based?
Write a regular expression that will accept an email id. Use the re module.
What does __ file __ mean?
What is defined isalpha() in python?