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