Can we create instance for Abstract class?
Answer Posted / rajesh parab
you can create at least in java 5.
YourAbstractClass obj= new YourAbstractClass (){}
try this.
but if you have abstrace method in it then you can not
create.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is dataview c#?
What are satellite assemblies?
What is asenumerable in c#?
What's the difference between system.string and system.text.stringbuilder classes?
How do generics work in c#?
What is super class in c#?
What is difference between struct and class in c#?
What is clr in c#?
What are the types of attributes in c#?
What are the value types in c#?
Is c# static or dynamic?
How do you serialize an object?
What is difference between dictionary and hashtable in c#?
What does char mean in c#?
What is the difference between selection and projection?