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
Why do we need function?
How a modifier is similar to mutator?
Is c++ the hardest programming language?
What can I use instead of namespace std?
How many static variables are created if you put one static member into a template class definition?
What is a protocol class?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
How would you use qsort() function to sort an array of structures?
What is the best ide for c++?
What are the types of STL containers?
Why is standard template library used?
What is the best c++ ide?