Explain polymorphism in Python.
Answer / 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 |
find max length of any given sublist?
Why is not__getattr__invoked when attr==’__str__’?
Explain what is Flask & its benefits?
What is sub() function?
What is break in python?
How do I run python in notepad ++?
Do you know what does the <yield> keyword do in python?
Explain the use of decorators?
How to get a random number in python?
What is the difference between ‘match’ and ‘search’ in python?
How do I delete a file?
How python does compile-time and run-time code checking?