No...
the reason is that the static method is a Class method that can be called before the object of the class is created.so the class method is differ from the instance methods.thats why we can’t override the static method, only instance methods are overridden.