Overriding happens at the object level. for ex obj1.overridedmenthod(). and there is no concept of overriding a class level method ie... static method ex : Class.overridedmethod().
and this concept of overriding a static method is named as method hiding.