Answer Posted / barun
The pointer to Virtual table which keeps the pointer of
Virtual functions is created within constructor. It means
virtual table is created after constructor is called.So,
there won't be any virtual constructor.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between static and dynamic binding of functions?
Can we inherit constructor in c++?
What is the difference between a pointer and a link in c ++?
What is a syntax in c++?
Explain binary search.
Is it possible to provide default values while overloading a binary operator?
What is long in c++?
What are default parameters? How are they evaluated in c++ function?
How can you quickly find the number of elements stored in a dynamic array?
What is setfill c++?
Explain the differences between list x; & list x();.
What is wrapper class in c++?
What is a wchar_t in c++?
What is low level language in simple words?
Please explain the reference variable in c++?