Tell me can a pure virtual function have an implementation?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of modularization are there in c++?
Which is best c++ or java?
What is vectorial capacity?
Explain virtual class?
Explain the use of this pointer?
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.
Eplain extern keyword?
What do the keywords volatile and mean mutable?
how is returning structurs from functions?Show an eg?
What is the basic concept of c++?
What is class invariant in c++?
What is a catch statement?