Multiple choice

An abstract class cannot be _____________ in Java.

  1. declared

  2. defined

  3. instantiated

  4. inherited

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

An abstract class cannot be instantiated in Java that is the instance of abstract class cannot be created.