STL (140)
OOPS (873)
C++ General (2409)
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What are the benefits of polymorphism?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is the difference between mutex and binary semaphore?
What do you mean by a template?
What is linked list in c++?
What are the types of container classes?
Define the process of handling in case of destructor failure?
What do manipulators do?
Show the declaration for a static member variable.
What are the differences between the function prototype and the function defi-nition?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is difference between data abstraction and encapsulation?
Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
In c++, what is the difference between method overloading and method overriding?