When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the rule of three?

0 Answers  


Differentiate between late binding and early binding. What are the advantages of early binding?

0 Answers  


Can member functions be private?

0 Answers  


What is a constructor initializer list and when we use constructor initializer list?

3 Answers   Soft Info, TCS,


In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 Answers  






explain the reference variable in c++?

0 Answers  


Explain the purpose of the keyword volatile.

0 Answers  


How do I exit turbo c++?

0 Answers  


Is structure can be inherited?

5 Answers   HP, ST Micro,


difference between c and c++?

38 Answers   Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,


Do we have to use initialization list in spite of the assignment in constructors?

0 Answers  


Define namespace in c++?

0 Answers  


Categories