- User cannot override static methods in Java, because method overriding is based upon dynamic binding at run time.
- Static methods are statically binded at compile time
- A static method is not associated with any instance of a class so the concept is not applicable.
No comments:
Post a Comment