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
This question is part of this quiz :
Python Inheritance MCQ Questions & Answers