Why we can't create the object of abstract class ?
Answer Posted / santosh bind
Abstract Class Contain a method without or a body empty implemantation. so we can not create the object of abstract Class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between new and override in c#?
What is the .net datatype that allows the retrieval of data by a unique key?
What does string intern do?
What is difference between c sharp and c#?
What is this keyword in C#?
Is int a class in c#?
Explain a MSIL ? Why is it appreciated by all developers?
What is string literal in c#?
Explain about generics in c#.net?
What are the types of operator?
What is the default value of boolean variable?
What is the use of ienumerable?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
Why we use extension methods in c#?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?