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 class invariant in c++?
Explain container class.
Explain rethrowing exceptions with an example?
How do you save a c++ program?
If a function doesn’t return a value, how do you declare the function?
What is the advantage of c++ over c?
Explain the difference between class and struct in c++?
Can java be faster than c++?
What is buffer and example?
Which bit wise operator is suitable for turning off a particular bit in a number?
Is c++ a pure oop language?
What is scope resolution operator in c++ with example?
why is iostream::eof inside a loop condition considered wrong?
Why c++ is not a pure oop language?
Is overriding possible in c++?