STL (140)
OOPS (873)
C++ General (2409) You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
1101Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
926What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
1121
What does it mean to declare a member function as static?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
what type of question are asked in thoughtworks pair programming round ?
What are objects in oop?
How can you tell what shell you are running on unix system?
Why polymorphism is used in oops?
what are the characteristics of Class Members in C++?
What is the difference between encapsulation and polymorphism?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
what is different between oops and c++
What are the differences between the function prototype and the function defi-nition?
What is an advantage of polymorphism?
How many times will this loop execute? Explain your answer.
What is inheritance in simple words?
What is the fastest c++ compiler?