Q. What is the concept of method overriding in Java inheritance?
β
Correct Answer: (B)
Redefining a superclass method in a subclass with the same method signature
You must be Logged in to update hint/solution