Which one of the following class can not be instantiated?
A
inherited class
B
abstract class
C
constant class
D
every class
Correct Answer: abstract class
An abstract class cannot be instantiated. Instead, it defines (and, optionally, partially implements) the interface for any class that might extend it.