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
Why is c# good for games?
Explain About .Net remoting
Which are the access modifiers available in c#?
Is list ienumerable c#?
Is c# substring zero based?
What is null propagation c#?
What is string programming language?
What's new in c#?
How to Show Message box in Metro Style App?
Name the two classes are required for implementing a windows service?
What is array and types of array in c#?
How we convert private assembly into public assembly?
Can a static class have a constructor c#?
Is object an int c#?
Define assert() method? How does it work?