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
Why does dllimport not work for me?
What are the string functions in c#?
What are the different types of classes in c#?
Give some examples of commonly used i/o classes?
What is use of console?
How many classes are there in classification?
What happens if a static constructor throws an exception?
What is private readonly in c#?
What is uint c#?
To create a localized application which namespaces are necessary?
When should I use static in C#?
What are accessors?
What is static and use of it?
Explain more on CLR
What .exe means?