What are basic overloading methods in python?



What are basic overloading methods in python?..

Answer / Sanoj Kumar

Python does not support method overloading like other languages. However, it allows for polymorphism by using different methods with the same name but different signatures within a class hierarchy.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is instance method?

1 Answers  


Why should I learn python in 2019?

1 Answers  


Can we change tuple values? If yes, give an example.

1 Answers  


Can we learn python in a week?

1 Answers  


What are negative indexes and why are they used?

4 Answers  


How do you create a dictionary which can preserve the order of pairs?

1 Answers  


Write a program to read and write the binary data using python?

1 Answers  


Explain about cookies in python?

1 Answers  


Can a class be static?

1 Answers  


What is difference between range and arange function in python?

1 Answers  


How do you disconnect from the database?

1 Answers  


What are cookies python?

1 Answers  


Categories