Answer Posted / vadivel
No, we cannot have virtual constructor because at this time
(during object creation or intialization) virtual table not
yet created.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What kind of jobs can I get with c++?
Why do we need constructors in c++?
Do we have to use initialization list in spite of the assignment in constructors?
What is a breakpoint?
What is a null object in c++?
What is difference between n and endl in c++?
What do you mean by funtion prototype?
How a macro differs from a template?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is fflush c++?
What is istream c++?
What is the return value of the insertion operator?
Explain the difference between c++ and java.
What are pointers used for c++?
How do you declare A pointer to a function which receives nothing and returns nothing