Always, I said always, when you hear about overriding, just think about instance methods.
Once static methods are class methods they can be "redefined" not "overriden".
When overrinding you can use the "super" keyword. So, if you try to use the "super" keyword inside a static method you get a compilation error.
This is the evidence you cannot override a static method.

"If someone asks you to do something you don't know how to, don't tell I don't know, tell I can learn instead." - Myself