. 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 is data type in c++?
What is a protocol class?
To what does “event-driven” refer?
Explain the differences between private, public and protected and give examples.
What is tellg () in c++?
What is static in c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Should the member functions which are made public in the base class be hidden?
Explain the difference between overloading and overriding?
Can union be self referenced?