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
Why interface is required?
Can we have multiple constructors in a class c#?
What is default value of decimal c#?
What is the use of protected in c#?
What language do desktop applications use?
What does char mean in c#?
What is icomparer in c#?
Explain copy constructor?
Can hashtable have duplicate keys?
Is list a collection c#?
Illustrate the process of code compilation in c#?
What is generic delegate in c#?
What's new in c#?
Explain hash table in c# ?
Why delegate is used in c#?