Q. What happens when a subclass tries to override a static method from the superclass in Java?
β
Correct Answer: (C)
It results in a compilation error
You must be Logged in to update hint/solution