List the features of oops in c++?


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

Post New Answer

More C++ General Interview Questions

What will happen if a pointer is deleted twice?

0 Answers   Agilent, HAL,


Can malloc be used in c++?

0 Answers  


Is c++ used anymore?

0 Answers  


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


What is the difference between #import and #include?

0 Answers  






What is virtual base class uses?

0 Answers  


What is virtual destructor? What is its use?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


Can I run c program in turbo c++?

0 Answers  


What is the difference between equal to (==) and assignment operator (=)?

0 Answers  


What is the use of cmath in c++?

0 Answers  


What is split a string in c++?

0 Answers  


Categories