27. Can we overload static method ?

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)

Leave a Reply

Your email address will not be published. Required fields are marked *