Can we create instance for Abstract class?
Answer Posted / deepak bankar
we can create instance for abstract class .
But we can not use this object
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Can abstract class have private constructor c#?
How to Show Message box in Metro Style App?
What's difference between constants and static readonly?
Is and as in c#?
What benefit do you get from using a primary interop assembly (pia)?
How to use session under class file of APP_Code folder?
What is view state c#?
What is the difference between paramaterized constructor and copy constructor?
How do you pass reference parameters in c#?
What is yield in c#?
What is the keyword used to prevent a class from being inherited by another class?
In gridview in editmode if we want to display information in one combobox based on
What is delegates in c# and uses of delegates?
What is difference between private and protected?
What is the difference between ienumerable and iqueryable?