Why we can't create the object of abstract class ?
Answer Posted / ian
The reason behind this is , the abstract class contains
abstract methods which cant do any job. Calling such
function is meaningless. So it is not allowed to
instantiate abstract class
| Is This Answer Correct ? | 63 Yes | 35 No |
Post New Answer View All Answers
What is difference between a function and a method?
What is difference between string and stringbuilder in c#?
What are winforms in c#?
Is .net and c# the same?
Why should I use interface in c#?
What is Event - Delegate?
What is a boolean c#?
Can delegates be used as callbacks?
Explain a MSIL ? Why is it appreciated by all developers?
How big is a float?
What is an iqueryable in c#?
What does the initial catalog parameter define in the connection string?
Explain the feature of c# language?
How do I get deterministic finalization in c#?
What is value c#?