Explain polymorphism in Python.



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

Post New Answer

More Python Interview Questions

find max length of any given sublist?

0 Answers  


Why is not__getattr__invoked when attr==’__str__’?

0 Answers  


Explain what is Flask & its benefits?

0 Answers  


What is sub() function?

0 Answers  


What is break in python?

0 Answers  






How do I run python in notepad ++?

0 Answers  


Do you know what does the <yield> keyword do in python?

0 Answers  


Explain the use of decorators?

0 Answers  


How to get a random number in python?

0 Answers  


What is the difference between ‘match’ and ‘search’ in python?

0 Answers  


How do I delete a file?

0 Answers  


How python does compile-time and run-time code checking?

0 Answers  


Categories