Answer Posted / 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 |
Post New Answer View All Answers
What is an iterator in python?
How do you escape a string in python?
What is the other way of checking truthiness?
Which is better for future java or python?
How will you reverse a list?
What is use of list comprehension ?
What does the ord() function do in python?
Explain me what is unittest in python?
Can constructor be private?
Is python client or server side?
What does flush do in python?
What is the result of pow(x,y)?
Can you name ten built-in functions in python and explain each in brief?
What are uses of lambda?
What is the use of the // operator?