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
What is a lambda expression in c#?
Is arraylist faster than linkedlist?
What are the types of class in c#?
What is desktop GUI application?
What is bit in c#?
Can we inherit two classes in c#?
What does assert() do in c#?
Is string a class in c#?
Explain About .NET Framework
What's new in c#?
Can class inherit from struct c#?
What is asenumerable in c#?
Is datetime nullable c#?
Which is better python or c#?
Is struct object oriented?