Why can’t we override static methods in Java?
Answers
Answered by
0
Answer:
We can declare static methods with same signature in subclass, but it is not considered overriding as there won't be any run-time polymorphism. Hence the answer is 'No'.
I Hope It Will Help!
^_^
Similar questions
World Languages,
6 months ago
Social Sciences,
6 months ago
Social Sciences,
6 months ago
Computer Science,
11 months ago
Physics,
1 year ago