Question 504: What is method overriding?
tcs
wipro
infosys
general
aptitude
inheritance
python-programming
Method overriding in Python involves redefining a method in the subclass with the same name and parameters as in the superclass, thereby providing a new implementation.