What is oops in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

. 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?

0 Answers  


What is a storage class used in c++?

0 Answers  


Describe the process of creation and destruction of a derived class object?

0 Answers  


Do we have to use initialization list in spite of the assignment in constructors?

0 Answers  


What do you mean by stack unwinding in c++?

0 Answers  






Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


What is endianness?

0 Answers  


What is meant by the term name mangling in c++?

0 Answers  


What is increment operator in c++?

0 Answers  


When should we use multiple inheritance?

0 Answers  


Is linux written in c or c++?

0 Answers  


What is an accessor in c++?

0 Answers  


Categories