0
Can we override the static method?
As we can overload the static method then why can't we override the static method in java!
1 Answer
+ 3
Its because the static method belongs to the class rather then the instance of that class
As we can overload the static method then why can't we override the static method in java!