Can we create instance for Abstract class?
Answer Posted / rahul gupta
no,
we can not create instance of abstract class because we can
inherit abstract base class by its derived class .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is hashtable c#?
Can you see a loop recorder?
What are the properties of c#?
What is delegate in c#?
What is xaml in c#?
List down the differences between “dispose” and “finalize” methods in c#.
What is a view? What is the use of it?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
What is ilasm.exe used for?
What is a dictionary in c#?
What is an actual parameter?
Where do we use serialization in c#?
What is wrong with the sample program below?
What is difference between static and constant variable?
Can you specify nested classes as partial classes?