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 are the advantages of using assemble language programming?
What is ienumerable <> in c#?
How do I open the console?
How long does it take to learn c# for unity?
What is the difference between static and private constructor in c#?
Is it not possible to store a boolean value as a variable?
What do you mean by generic class in c#?
What are the different types of constructors in c#?
Can constructor be overloaded in c#?
When was c# created?
What is a string c#?
What is an xsd file?
Differentiate between copy and default constructor.
Is c# or c++ better for games?
What is the default modifier for class in c#?