Computer Science, asked by jskarrey2027, 10 months ago

Why can't static method be abstract in Java?

Answers

Answered by omegads04
0

An abstract method is defined only so that it can be overridden in a subclass. .Therefore, it is a compile-time error to have an abstract, static method.

Similar questions