In Java, declaring a class abstract is useful

In Java, declaring a class abstract is useful Correct Answer When it doesn't make sense to have objects of that class.

Related Questions

Which of the following declares an abstract method in an abstract Java class?
Which of the following class definitions defines a legal abstract class?
Which one of the following is the correct way of declaring a namespace?
Which of the following is the correct way of declaring a float pointer:
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?