Answers for "An abstract class can have non abstract methods also."

0

Can we add a non-abstract method into abstract class?

Yes, we can. An abstract class can have both abstract and non-abstract methods
Posted by: Guest on November-28-2020
0

can you declare an abstract method in a non abstract class

No. A normal class(non-abstract class) cannot have abstract methods.
Posted by: Guest on November-14-2020

Code answers related to "An abstract class can have non abstract methods also."

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language