The correct choice is (c) Abstract class can be initiated by new operator
To explain I would say: Abstract class cannot be directly initiated with new operator, Since abstract class does not contain any definition of implementation it is not possible to create an abstract object.