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 different types of literals in c#?
Describe an interface class?
What is escape character in c#?
explain the features of static/shared classes.
Define collections?
If a method's return type is void, can you use a return keyword in the method?
How garbage collection deals with circular references.
What is ildasm and obfuscator in net?
what is a enumeration in c#
What are instance fields in c#?
What is default value of decimal c#?
What is dataset and dataadapter in c#?
What is sealed class in c#?
What is writeline in c#?
What are destructors in C#?