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 singleton unity?
What are modifiers in c#?
Is string a primitive data type in c#?
Which class does the remote object has to inherit?
What is delegate in c#?
What is the namespcae generally given to the webpage of the .NET Framework ?
What is string interpolation in c#?
How long has c# been around?
What are managed providers?
Why we use get and set method in c#?
Explain the difference between private and shared assembly?
What is the difference between add and addrange in c#?
What is difference between array and collection in c#?
What is a destructor in c#?
How does a while loop work?