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 web forms in c#?
Is c# an array?
What is activator c#?
Can an interface extend a class c#?
Can abstract classes be final?
What is option parameter in C#?
Is a char?
What is a ienumerator?
Difference between a sub and a function in c#.
What is a trace and asset? Explain some differences?
Which sorting algorithm is best?
What is the difference between constant and readonly in c#?
what is the meaning of Object lifetime in OOPS
What's the implicit name of the parameter that gets passed into the set method/property of a class?
Why is c# a good programming language?