Can we create instance for Abstract class?
Answer Posted / vijay
we can not create an instance of abstrct class;because
abstract class have incomlete methods
| Is This Answer Correct ? | 20 Yes | 19 No |
Post New Answer View All Answers
What is xaml file in c#?
Is it possible to have different access modifiers on the get/set methods of a property?
What is a callback c#?
What is the base class of all classes in c#?
What are the advantages of using assemble language programming?
What is the benefit of dependency injection c#?
What is dto c#?
What are data types with examples?
Explain get and set accessor properties?
What is namespace explain with example?
What is polymorphism in c sharp?
Is array a list?
What is the resgen.exe tool used for?
How many static constructors are allowed in a class?
Explain the difference between // comments, /* */ comments and /// comments?