+ 1
Why static method can not be overridden?
In Java we can overload static method but can not override static method!! Need explaination
1 Antwort
+ 17
https://stackoverflow.com/questions/2223386/why-doesnt-java-allow-overriding-of-static-methods
StackOverflow:Why doesn't Java allow overriding of static methods?