Q. In method overriding, which keyword is used in the child class to indicate that a method is intended to override a superclass method?
β
Correct Answer: (C)
@Override
You must be Logged in to update hint/solution