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 is data bind in c#?
Why we use oops in c#?
What is serialization in unity?
Why do we need delegates in c#?
Can we inherit private class in c#?
Do loops in c#?
Why do we use threads in c#?
Why do I get a security exception when I try to run my c# app?
What are floating point numbers?
Can delegates be used as callbacks?
What is dictionary class in c#?
How do you prevent a class from being inherited?
Define using statement in c#?
What is difference between class and interface in c#?
Will the following code compile?