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
What is std :: flush?
What is dynamic and static typing?
What do you mean by const correctness?
What are the five basic elements of a c++ program?
Are strings mutable in c++?
List the advantages of inheritance.
Keyword mean in declaration?
Can a Structure contain a Pointer to itself?
Which operations are permitted on pointers?
Explain how a pointer to function can be declared in C++?
Why are pointers used?
What happens when the extern "c" char func (char*,waste) executes?
Why namespace is used in c++?
what is data abstraction in C++?
What is a namespace in c++?