Hi Sujittt Tripathyrr,
At one side you are telling that you are able to override a static method, and other side you are asking
"Why it not override"
Well I tell you, it is not like that, you can override static method, but it never seems to be overrided, because Static method only referred by Class only not by Object.
I can show you one example. even you can call static Method by a null object having that class Reference.
Check out this one:
This shows and proves that Static method cann't be logically overrided.
Hope It clears you.
