Multiple choice

Can objects of abstract classes be instantiated

  1. Yes

  2. No

  3. Maybe

  4. If you force enough

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

Abstract classes are incomplete by design and cannot be instantiated directly; they must be extended by a concrete subclass.