Why we can't create the object of abstract class ?
Answer Posted / santosh bind
Abstract Class Contain a method without or a body empty implemantation. so we can not create the object of abstract Class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is stringwriter c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is ado net in c#?
What are the types of comment in c# with examples?
What is session state in asp net c# with example?
What is generic in c#?
What is the difference between class and namespace?
What are functions c#?
Can fields inside a class be virtual?
What is namespace explain with example?
What is the compiler of c#?
Is xml tags are case sensitive?
How to create multi-dimensional array?
How do I open the console window?
What is Named parameter in C#?