Multiple choice technology programming languages

is it possible to declare the abstract class referece type?

  1. True

  2. False

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

You can declare a reference variable of an abstract class type. While you cannot instantiate an abstract class directly using new, the reference can point to instances of any concrete subclasses.