0 votes
in JAVA by

Is it possible to override the private methods in Java?

1 Answer

0 votes
by

No, as it is limited to the class so we can not override the private method.

...