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 use of console?
What is type safe in c#?
Why do we use public static void main in c#?
Is struct object oriented?
What do you mean by serialization in .NET?
Explain About web methods and its various attributes
What is the difference between string keyword and system.string class?
Can we inherit sealed class in c#?
What do u meant by "SBI" of an object?
how to prevent a class from being inherited in c#.net?
What is use of list in c#?
What is COM Interoperability?
Can we make a class private in c#?
How many bytes is an int?
What is gac? How to put assembly in gac?