Why we can't create the object of abstract class ?
Answer Posted / vijay
Hello all am vijay
I can say most of the above answers are partially correct
but not upto the mark.
The exact reason is .
The function address of the pure virtual function is not
put into VTABLE of the abstract class , hence VTABLE of the
abstract is incomplete.
So when the user tries to create an instance of the
abstract class the compliler will throw an error.
| Is This Answer Correct ? | 32 Yes | 7 No |
Post New Answer View All Answers
Explain the difference between proc. Sent by val and by sub?
What is COM Interoperability?
Difference between debug.write and trace.write?
Is std :: string null terminated?
What is the do while loop code?
what is c# command?
What is a linked list c#?
How many variables do you need?
what is the index value of the first element in an array?
What is difference between for and foreach loop in c#?
What is data hiding in c#?
What is a dll in c#?
What are the 2 broad classifications of fields in c#?
How do I join one form to another in c#?
What is action in c# 3.5?