STL (140)
OOPS (873)
C++ General (2409)
How can you tell what shell you are running on unix system?
Is it possible to use a new for the reallocation of pointers ?
How do you flush a buffer in c++?
What is #include c++?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is c++ array?
How can you overcome the diamond problem in inheritance?
Explain what is oop?
What is set in c++?
What does it mean to declare a member function as virtual?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What are the two different types of polymorphism?
Why can templates only be implemented in the header file?
What does override mean in c++?
What is the use of object in c++?