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 the difference between console and windows application?
What is the difference between field and variable in c#?
What .exe means?
Is a c# interface the same as a c++ abstract class?
Can class inherit from struct c#?
What is action c#?
How can you reference current thread of the method ?
Explain more on CLR
What is writeline?
What is difference between iqueryable and ienumerable in c#?
Explain about Error handling and how this is done
How can we make a thread sleep for infinite period ?
Explain code compilation in c#.
What are properties in C#?
Is an interface a type c#?