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 you mean by inner exception in c#?
How long will it take to learn c#?
What is the difference between new and override in c#?
What is int64 in c#?
How big is a float?
Can we have multiple threads in one app domain?
Distinguish between finally and finalize blocks?
Is multilevel inheritance possible in c#?
Name the method of servicebase class?
Why do we need constructor?
What is instantiating a class in c#?
What is the difference between list and array in c#?
What is the use of nullable types in c#?
What is the difference between gettype and typeof in c#?
Define multicast delegate? How it be used?