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 the meaning of console writeline in c#?
How do partial classes work in c#?
What is toint32 c#?
List out two different types of errors in c#?
What does an indexer do?
Is constructor a static method?
What is an xsd file?
What are static and dynamic variables?
What is generic types in c#?
What is sqlcommand in c#?
What is dll in vb.net?
Can a child class call the constructor of a base class?
Which attribute is used in order that the method can be used as webservice?
What are the steps to create an assembly and add it to the gac?
Can we inherit partial class in c#?