Q. In Java, can a subclass override a final method from its superclass?
β
Correct Answer: (C)
No, final methods cannot be overridden
You must be Logged in to update hint/solution