. 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?
No Answer is Posted For this Question
Be the First to Post Answer
What is polymorphism & list its types in c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What are the different types of Storage classes?
How to implement is-a and has-a class relationships?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
Is c++ a pure oop language?
Explain the operation of overloading of an assignment operator.
What is the full form of c++?
How do you remove an element from a set in c++?
Explain the different access specifiers for the class member in c++.
Does c++ have string data type?