An abstract class is which of the following?

An abstract class is which of the following? Correct Answer A class that has no direct instances, but whose descendants may have direct instances.

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?
In Java, declaring a class abstract is useful