No it can’t. Because the idea of overridden is to get different behavior for children during inherence, but static method is not method of instance it’s method of class.
Share this
No it can’t. Because the idea of overridden is to get different behavior for children during inherence, but static method is not method of instance it’s method of class.