Why we can't create the object of abstract class ?
Answer Posted / uday eshkilla
simple answer is, we can't create the object of abstract class, because they contain only abstract members, any abstract class can not have implements it is basically incomplete…
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between paramaterized constructor and copy constructor?
Can interface have virtual methods in c#?
What are the three types of predicates?
What is dependency injection in simple words?
What is lazy keyword in c#?
What are virtual destructors?
Explain how do I get deterministic finalization in c#?
Why do we use polymorphism in c#?
What are data types with examples?
What is difference between ienumerable and ienumerator in c#?
In which way you can convert a value-type to a reference-type?
Is c and c# the same?
What is interface inheritance in c#?
How many bytes is an int c#?
what are windows services?