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 does void do in unity?
Does c# support properties of array types?
What is xml c#?
Define an abstract class?
In a single .NET DLL how many classes it contains?
List some Advantages of switch-case over if else?
What is a clr host?
Is c# and c sharp same?
Is c++ or c# better?
Explain inheritance in c#?
How do I move from one form to another in c#?
What are the types of attributes in c#?
User's session is explicitly killed by which method ?
Why ref is used in c#?
In howmany ways can you deploy an assembly?