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
Does there exist any other function which can be used to convert an integer or a float to a string?
Is it possible for a member function to delete the pointer, named this?
What is wrapper class in c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
How much is c++ certification?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Difference between inline functions and macros?
Is it possible for the objects to read and write themselves?
Write about the retrieval of n number of objects during the process of delete[]p?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
Is c++ a difficult language?
Is it possible to write a c++ template to check for a function's existence?
what are the events occur in intr activated on interrupt vector table
Explain this pointer?
the first character in the variable name must be an a) special symbol b) number c) alphabet