What is method overriding in Python?
A. Replacing a method with a new method
B. Defining a method in a subclass with the same name as in the base class
C. Calling a method from a different class
D. Creating a new method in a subclass
Answer: Option B

Join The Discussion