Does python have polymorphism?



Does python have polymorphism?..

Answer / Bhargov Nandan Pandey

Yes, Python supports a form of polymorphism known as dynamic method dispatch. This happens when an object's methods are resolved at runtime rather than compile time. This occurs with the use of methods defined in parent classes being inherited and potentially overridden by child classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Explain “with” statement in python?

1 Answers  


What is python mapping?

1 Answers  


What are the types of variables in python?

1 Answers  


Who uses python?

1 Answers  


Explain how Python is an interpreted language

2 Answers  


What exactly are pandas?

2 Answers  


where can I get the study material for python

1 Answers  


What are the attributes?

1 Answers  


Explain split(), sub(), sub() methods of “re” module in python?

1 Answers  


Explain about zip() in python?

1 Answers  


Is python easy to learn if you know c++?

1 Answers  


How will you verify different flags at once?

1 Answers  


Categories