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 different types of loops in c++?
Write about the members that a derived class can add?
What is format for defining a structure?
Tell me about virtual function
When does a name clash occur in c++?
How does a C++ structure differ from a C++ class?
How do you achieve runtime polymorphism?
What is meant by const_cast?
What is istream and ostream in c++?
what are Access specifiers in C++ class? What are the types?
Explain mutable storage class specifier.
What is an orthogonal base class in c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Explain how we implement exception handling in c++?