Beginner Java
Q20 / 100

What is an abstract class?

Correct! Well done.

Incorrect.

The correct answer is B) A class that cannot be instantiated directly and may have abstract methods

B

Correct Answer

A class that cannot be instantiated directly and may have abstract methods

Explanation

An abstract class is declared with the abstract keyword and cannot be instantiated. It may contain abstract methods that subclasses must implement.

Progress
20/100