Can we create instance for Abstract class?
Answer Posted / siddarth
Abstract class means pure Method with out definition.so we
cant create instance for that
| Is This Answer Correct ? | 50 Yes | 42 No |
Post New Answer View All Answers
Can we declare private class in c#?
What is inline function in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is asp net in c#?
Explain anonymous type in c#?
What is the use of xmlserializer?
What is public, private, protected, internal and internal protected?
What are properties in c#. Explain with an example?
Can you inherit from multiple classes in c#?
What is the use of console readkey in c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Why can't we use a static class instead of singleton?
Where do we use serialization in c#?
What is expression tree with example?
What is property c#?