Can we create instance for Abstract class?
Answer Posted / nitin kumar
NO, Bcoz Abstract is a class that cannot be instantiated
that must be inherited and it is designed to act as a base
class for other classes
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What are the differences between static, public and void in c#?
Is int a class in c#?
In .NET which is the smallest unit of execution?
What is datetime minvalue in c#?
Can we overload indexer in c#?
What is desktop GUI application?
What is cookies in c# asp net?
List down the differences between public, static and void keywords?
Is and as keyword in c# net?
Why do we need singleton class in c#?
What is extended class in c#?
Is c# substring zero based?
Can private virtual methods be overridden in c#.net?
What is this keyword in C#?
What is a bool in c#?