Answer:
An
Instance of Abstract class cannot be created because an abstract class
may (not compulsory) have some abstract members i.e. members whose
declaration is provided and implementation is not and if the instance of
this class is created, that abstract method would be invoked and it
doesnt have implementation and this would create a problem.
To avoid this kind of problem the compiler gives error if we try to
create the instance of abstract class (which can also be said as
incomplete class)
Get Questpond's 500+ .NET Interview preparation videos at discounted price
Found interesting? Add this to: