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 the difference between new and override in c#?
What is interface inheritance?
What is the difference between struct and class c#?
What are mutable and immutable types in c#?
Are private members inherited in c#?
What is a bool in c#?
what are the differences between a class and structure
Explain the difference between “as” and “is” operators used in c#?
What is definition in c#?
What is response redirect in c#?
Why do I get a security exception when I try to run my c# app?
What happens when thread sleep () method is called?
What is the difference between internal and protected in c#?
Why does dllimport not work for me?
What is meant by console programming?