STL (140)
OOPS (873)
C++ General (2409) What is the protected keyword used for?
Explain virtual inheritance?
What are the 5 oop principles?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Explain method of creating object in C++ ?
Define namespace in c++?
What is difference between n and endl in c++?
When does the c++ compiler create temporary variables?
How does free know the size of memory to be deleted
What do you mean by translation unit?
How should a contructor handle a failure?
What are structures and unions?
Explain the difference between abstract class and interface in c++?
Define Virtual function in C++.
Explain how functions are classified in C++ ?