How do you invoke a base member function from a derived class in which you have not overridden that function?


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

Post New Answer

More C++ General Interview Questions

How do you link a C++ program to C functions?

4 Answers  


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  


There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

1 Answers   TCS,


What does I ++ mean in c++?

0 Answers  


How would you represent an error detected during constructor of an object?

1 Answers  






Explain the concept of copy constructor?

0 Answers  


Which sort does c++ use?

0 Answers  


write a program that takes two numbers from user that prints the smallest number

2 Answers  


What is ofstream c++?

0 Answers  


What does return 0 do in c++?

0 Answers  


What do you mean by abstraction in C++?

1 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


Categories