Q. In Java, can a subclass override a private method from its superclass?
β
Correct Answer: (D)
No, private methods are not visible to subclasses
You must be Logged in to update hint/solution