Why we can't create the object of abstract class ?
Answer Posted / ian
The reason behind this is , the abstract class contains
abstract methods which cant do any job. Calling such
function is meaningless. So it is not allowed to
instantiate abstract class
| Is This Answer Correct ? | 63 Yes | 35 No |
Post New Answer View All Answers
What is dto c#?
What is the difference between ienumerable and icollection?
What is the symbol used for in c#?
What does static mean in c sharp?
Define multicast c# delegate?
What is asp net c# corner?
Explain what are the steps for creating clr trigger?
What is satellite assembly? And steps to create satellite assembly?
How to implement delegates in c#.net
What is throw in c#?
What is a console file?
What is application object in c#?
What is the use of 0 in c#?
What is ilist c#?
Why do we use polymorphism in c#?