Can a class be static in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How to create a pure virtual function?
What is c++ and its uses?
Differentiate between a template class and class template?
What is a constructor initializer list and when we use constructor initializer list?
Can we have "Virtual Constructors"?
Which software is used to run c++ program?
Explain some examples of operator overloading?
Enter n no. of element and delete value from desire position
Is c++ an oop?
When can you tell that a memory leak will occur?
What do you mean by inheritance in c++?
. 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?