Multiple choice technology programming languages

Can you make an instance of an abstract class?

  1. True

  2. False

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

Abstract classes are incomplete templates containing abstract methods, so the compiler prevents direct instantiation using the new keyword.