Python | Inheritance MCQ | Question 5

Last Updated :
Discuss
Comments

What is method overriding in Python inheritance?

Creating a new method in the subclass

Using the same method name in the superclass and subclass

Changing the name of a method in the subclass

Preventing access to a method in the superclass

Share your thoughts in the comments