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

Is it legal in c++ to overload operator++ so that it decrements a value in your class?

0 Answers  


How does c++ sort work?

0 Answers  


What are dynamic type checking?

0 Answers  


What is function prototyping?

0 Answers  


What are 2 ways of exporting a function from a dll?

0 Answers  


What are abstract data types in c++?

0 Answers  


What is the sequence of destruction of local objects?

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


What is a storage class? Mention the storage classes in c++.

0 Answers  


What are guid? Why does com need guids?

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


What is purpose of new operator?

0 Answers  


Categories