Can we create instance for Abstract class?
Answer Posted / chinni
yes ,
We can but we can't create object for the abstract class
Is This Answer Correct ? | 43 Yes | 29 No |
Post New Answer View All Answers
What are the properties of c#?
What are destructors in C#?
Does c# have primitives?
Is there throws keyword in c#?
Can non-default constructors be used with single call sao?
Why do we use void in c#?
What is an escape sequence? Name some string escape sequences in c#.
What is static variable in c#?
Why does my windows application pop up a console window every time I run it?
Is inheritance possible in c sharp?
What is the difference between c and c# programming?
What is gac? How to put assembly in gac?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
What are expressions c#?
What is difference between variable and property in c#?