Can we create instance for Abstract class?
Answer Posted / vijay
we can not create an instance of abstrct class;because
abstract class have incomlete methods
| Is This Answer Correct ? | 20 Yes | 19 No |
Post New Answer View All Answers
what is a enumeration in c#
What are the differences between events and delegates in c#?
What is the difference between and xml documentation tag?
Why do we need to override in c#?
How do I convert a string to an int in c#?
What is decimal in c#?
When can a derived class override a base class member?
What is uint c#?
What is exe file in c#?
Is array reference type in c#?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
What are the different types of classes in c#?
How do I edit a dll file?
Why do we need serialization?
What is a long in c#?