Can we overload static method ?
Yes, of course . we can overload static method
But we can not override static method.
Static method will be loaded in compiled time ( before application running)
-> Can not override because override is a runtime process( after application running)