Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1189Post New C++ General Questions
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is #include sstream?
Write about the members that a derived class can add?
What are the 4 types of library?
What is linked list in c++?
What is the difference between an array and a list?
What is pointer to member?
What is pure virtual function?
What do you understand by zombie objects in c++?
What is size_type?
What is the difference between equal to (==) and assignment operator (=)?
How do I exit turbo c++?
What is private public protected in c++?
Why is the function main() special?
Can we run c program in turbo c++?