Answer Posted / nashiinformaticssolutions
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
How to access a module written in python from c?
What does the continue do in python?
How is print statement represented in python 3 (v/s python2)?
Is there an equivalent of c's "?:" Ternary operator?
Can I build website using python?
Is python better than ruby?
Does netflix use python?
What does an object() do?
What is the dictionary in Python?
What is python metaclass?
Are lambda functions faster python?
Can I learn python in a month?
What is egg and wheel in python?
What does if __name__ == “__main__”: do?
What does ord () do in python?