Why we can't create the object of abstract class ?
Answer Posted / nitin
Becoz It is Design to act as a base class
| Is This Answer Correct ? | 9 Yes | 14 No |
Post New Answer View All Answers
Explain About Virtual functions and their use.
How does aspect oriented programming work?
What are instance fields in c#?
Is and as keyword in c# net?
Tell me the difference between value passing and address passing?
When a Static Constructor is called in a Class?
What is difference between float and decimal?
What does ienumerable mean?
What is difference between throw and throws in c#?
What is the difference between array and arraylist c#?
What is the difference between finalize() and dispose()?
what is the default access for a class
Why do we use delegates in c#?
What is the solution if you need to manipulate sets of items?
what is scope of a protected internal member variable of a c# class