Why we can't create the object of abstract class ?
Answer Posted / adithya
A Simple Real time Example do Child Can Exsist Without
Parent? ans is No,Hence we Define an Abstarct Class(Parent)
and now the Controvercy is wheater Parent is alive or not?
Child have aquried the Properties of Parent even though if
he is alive or not? to Define an Abstract class keep in
mind that parent is not alive that means instance can not
be created but can be inherited .....Hence we can not
create instance of abstract class
| Is This Answer Correct ? | 10 Yes | 15 No |
Post New Answer View All Answers
What are extensions methods in c#?
Explain how can you clean up objects holding resources from within the code?
What is the namespace for the thread class?
What is the difference between first and firstordefault?
What is a ienumerator?
In which order the constructor is called for an inherited class?
What are satellite assemblies?
What are the advantages of interface in c#?
Can private virtual methods be overridden in c#.net?
What does void mean in c#?
update data in an xml file which resides in solution itself, using silverlight 4.0
What is the use of console application in c#?
Why can't we use a static class instead of singleton?
What does protected internal access modifier mean?
What is the default scope of a class in c#?