STL (140)
OOPS (873)
C++ General (2409)
Why do we need function?
What is the difference between equal to (==) and assignment operator (=)?
What are properties in oop?
What are the c++ access specifiers?
what is a pragma in C++?
What are dynamic type checking?
What are stacks?
What are guid? Why does com need guids?
Explain overriding.
what type of question are asked in thoughtworks pair programming round ?
What is a constant reference?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Explain the use of vtable.
How many ways can a variable be initialized into in C++?
What are the advantages of polymorphism?