Login
Remember
Register
Ask a Question
Can there be an abstract method without an abstract class?
0
votes
asked
Apr 30, 2021
in
JAVA
by
rajeshsharma
Can there be an abstract method without an abstract class?
#abstract-method
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 30, 2021
by
rajeshsharma
No, if there is an abstract method in a class, that class must be abstract.
...