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
Explain the difference between // comments, /* */ comments and /// comments?
What is expression c#?
What is the difference between c and c sharp?
Why do I get a syntax error when trying to declare a variable called checked?
What is the use of console?
What is state c#?
What is array formula?
What is type cast in C#?
What are the types of access modifiers?
Explain how do I convert a string to an int in c#?
What are indexers in c# .net?
How many bits is int32?
Why should I use interface in c#?
What is c# and why it is used for?
How does bitwise xor work?