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 are the basic string operations? Explain.
How big is an int16?
Why do we use lambda expression in c#?
What is the use of getcommandlineargs() method in c#.net?
What is sorting in c#?
What is a data set in c#?
Is a games console a computer?
Why is it important to override gethashcode when equals method is overridden?
How many destructors can a class have?
What is asynccallback c#?
What is a callback c#?
How can an inner class access the members of outer class?
Is string a primitive data type in c#?
What is desktop GUI application?
What are synchronous and asynchronous operations?