Can we create instance for Abstract class?
Answer Posted / deepakmodi
We can't create instance for Abstract class because its
methods are with out definitions. we can create an object
form derived class which we can use to call the methods
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the use of constructor in c# with example?
What is delimiter in c#?
Describe the types of comments in c#?
What is datagrid c#?
What is asp net c#?
Are attributes inherited c#?
Can you create partial delegates and enumerations?
Is null == null c#?
What is singleordefault c#?
What is an object pool in .net?
Name the connections does microsoft sql server support?
What is jit? What are the different types of jit?
What is mvc firstordefault?
Why do we need events in c#?
Which constructor is called first in c#?