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 a generic c#?
Can hashset contain duplicates c#?
What is the difference between virtual method and abstract method?
What is an escape sequence in c#?
Define an escape sequence, name few strings in escape sequence?
What is dll hell, and how does .net solve it?
Can datetime be null c#?
Are objects passed by reference in c#?
What is a framework in c#?
How many types of constructor are there in c#?
What are methods c#?
What is xor operation?
Explain the difference between a namespace and assembly name in .net?
What is boxing? Explain its functionality?
Why References are stored on heap and variables on stack?