Static methods cant be overriden they can only be hidden becz, static methods are are associated with the class not with the objects. Static methods are implicitly "final", because overriding is only done based on the type of the objects.
_________________ Please recommend my post if you found it helpful