Answer: .Net and ASP.NET Interview Questions- Why can't we instantiate an abstract class?
Answers:-
This is a nice .NET interview question. Abstract class is a half defined class and there is no point in creating a object of half a defined class. So you need to define a full implementation by creating a child class and you can then create the object of the child class.
My 50 .NET interview question
http://www.questpond.com
Asked In: Many Interviews |
Alert Moderator