+ 1

Why static method can not be overridden?

In Java we can overload static method but can not override static method!! Need explaination

23rd Mar 2018, 6:39 AM
Xyzishere
1 Réponse
+ 17
https://stackoverflow.com/questions/2223386/why-doesnt-java-allow-overriding-of-static-methods StackOverflow:Why doesn't Java allow overriding of static methods?
23rd Mar 2018, 6:43 AM
Nithiwat
Nithiwat - avatar