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
How does array sort work?
What is boxing and unboxing in c#?
What is cshtml?
what is the default access for a class
How many constructor can a class have?
What is a thread? What is multithreading?
What are the string functions in c#?
What is distribute by in hive?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
How to reverse each word in a string using c#?
What do you mean by streamreader/streamwriter class in c#?
What is encapsulation in csharp?
Which is faster list or dictionary in c#?
What is stringreader in c#?
What is difference between array and list in c#?