|
is overriding static method possible
in some books i found that static method is possible for overriding ?how can we override a static method during compile time itself we found that which method is going to execute so the benefit of overriding is gone if we use it
|