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
From which base class do all Web Forms inherit from?
Explain the accessibility modifier protected internal?
What is the use of delegate?
Is it good to use var in c#?
What is the difference between final finally and finalize in c#?
What is Implementation inheritance
What is the data provider name to connect to access database?
What are c# attributes and its significance?
What does assert() do in c#?
Define a strong name in .net?
What is the difference between mobile application and desktop application?
What is the difference between disposing of () and finalize() methods in c#?
What is jagged array in c#?
What is the difference between method overriding and method overloading?
What do u mean by delegation of authority?