0 votes
in JAVA by
Can there be an abstract method without an abstract class?

1 Answer

0 votes
by

No, if there is an abstract method in a class, that class must be abstract.

...