Why we can't create the object of abstract class ?
Answer Posted / uday eshkilla
simple answer is, we can't create the object of abstract class, because they contain only abstract members, any abstract class can not have implements it is basically incomplete…
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is oledb in c#?
Can a abstract class have a constructor?
What is type checking in c#?
List some of the common data providers for ado.net framework?
What is unmannaged code and will CLR handle this kind of code or not .
What is a data set in c#?
What is short in c#?
What are the differences between system.string and system.text.stringbuilder classes?
How big is an int in c#?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
How can we set the class to be inherited, but prevent the method from being over-ridden?
Are arrays immutable c#?
How does dll hell solve in .net?
What is _layout cshtml?
In .NET how can you solve the DLL Hell problem?