Tell me can a pure virtual function have an implementation?


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

Post New Answer

More C++ General Interview Questions

How many types of modularization are there in c++?

0 Answers  


Which is best c++ or java?

0 Answers  


What is vectorial capacity?

0 Answers  


Explain virtual class?

0 Answers  


Explain the use of this pointer?

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  


Eplain extern keyword?

0 Answers  


What do the keywords volatile and mean mutable?

0 Answers  


how is returning structurs from functions?Show an eg?

1 Answers   GE,


What is the basic concept of c++?

0 Answers  


What is class invariant in c++?

0 Answers  


What is a catch statement?

0 Answers  


Categories