Question 513: Which of the following statements about method overloading in Python is correct?
tcs
wipro
infosys
general
aptitude
polymorphism
Python does not support method overloading in the traditional sense as it is done in languages like Java. Methods with the same name in a class will override each other.