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 does float () do in python?
What are class methods in python?
Why python is best for data science?
Name some commonly used built-in modules in python?
What is "typeerror: 'module' object is not callable"?
Can you use python to make apps?
What is the purpose of _init_() function in python?
Explain all the file processing modes supported by python?
How does ternary operator work in python?
What are python decorators? 8) What is the difference ...
What is the maximum possible length of an identifier?
How many variables are in python?
What is a dataframe in python?
Explain the use of with statement?
How do you sort a list in reverse order in python?