Q. What is method overriding in Java? (A) Defining a new method with the same name in a subclass (B) Hiding a method in the superclass (C) Redefining a method in the superclass (D) Defining multiple methods in the same class ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Defining a new method with the same name in a subclass