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.

Related questions

0 votes
asked Apr 30, 2021 in JAVA by rajeshsharma
+1 vote
asked Oct 27, 2020 in JAVA by sharadyadav1986
...