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
Is it possible to inline assembly or il in c# code?
Why do we use Design Pattern in C#?
What is Event - Delegate?
What are the types of inheritance in c#?
Why use a singleton instead of static methods?
What is the use of ienumerable?
What is desktop application testing?
Does constructor return any value in c#?
What is data types in c#?
Why abstract class can not be instantiated?
What is the difference between array and list in c#?
What is Dependency of Injection?
Does c# support const methods, properties, or events?
Can we inherit abstract class in c#?
Why do we override in c#?