Can we create instance for Abstract class?
Answer Posted / thriveni
We can't create instance for Abstract class
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
Why do we use reflection in c#?
How many types of delegates are there in c#?
Is array a collection c#?
What does protected internal access modifier mean?
What are instance fields in c#?
Which attribute is used in order that the method can be used as webservice?
Is list a collection c#?
Illustrate namespaces in c#?
What does readonly mean in c#?
Why delegates are required?
Can we create extension method for interface?
What is a struct in C#?
Is post back c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is a shared assembly?