Computer Science, asked by tarunkumar7328, 11 months ago

Why can’t we override static methods in Java?

Answers

Answered by renukasingh05011979
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