Can we create instance for Abstract class?
Answer Posted / mohammed rafi
Its not possible to create a object for Abstract Class,
in that class atleast one method should be Abstract which
means dont have defination,if there is no defination its un-
complete class, when class is having all exiting methods
definations then only we can create the object.
Thumb role is abstract class incomplete class, we can
create object where class is completed.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Can we customize the serialization process?
What is difference between list and dictionary in c#?
Define delegate?
What is difference between constants and readonly in c#?
What is constants in c#?
What does do in c#?
Which of these string definitions will prevent escaping on backslashes in c#?
What is .net console?
What is an assembly loader?
Explain attributes in c#?
What are the ways in which client can create object on server in cao model?
What is the purpose of a constructor in c#?
How can I produce an assembly?
What happens if a static constructor throws an exception?
Define xslt.