It is _________________________ to have an abstract method.

It is _________________________ to have an abstract method. Correct Answer Not mandatory for an abstract class

Derived, parent and static classes can’t have abstract method (We can’t say what type of these classes is). And for abstract class it’s not mandatory to have abstract method. But if any abstract method is there inside a class, then class must be abstract type.

Related Questions

Which of the following declares an abstract method in an abstract Java class?
If a class is extending/inheriting another abstract class having abstract method, then _______________________
What is the purpose of an abstract method in an abstract class or interface?