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 the use of try, except, finally and raise in error handling?
Do you always need a default constructor?
what is the statement that can be used in python if the program requires no action but requires a statement syntactically?
What are membership operators in python? Write an example to explain both.
How do you dispose a variable in python?
What is a model in python?
What is composition in python?
What is import time in python?
What does super () mean in python?
Why python is called portable?
What is abnormal termination?
How memory is managed in python?
Is javascript harder than python?
Can we use singleton functionality without making a singleton class in Python?
Why do we use sets in python?