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