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

How the programmer of a class should decide whether to declare member function or a friend function?

0 Answers  


Define private, protected and public access control.

0 Answers  


What is the difference between a pointer and a link in c ++?

0 Answers  


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

0 Answers  


Do you know about latest advancements in C++ ?

0 Answers   Agilent, ZS Associates,






What is isdigit c++?

0 Answers  


Define the process of error-handling in case of constructor failure?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


What is wrapper class in c++?

0 Answers  


When do we use copy constructors?

0 Answers  


Specify different types of decision control statements?

0 Answers  


What is the best way to declare and define global variables?

0 Answers  


Categories