what is oops and list its features in c++?


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

Post New Answer

More C++ General Interview Questions

How we can differentiate between a pre and post increment operators during overloading?

0 Answers  


What is an incomplete type in c++?

0 Answers  


write a C++ programming using for loop: * * * * * * * * * *

4 Answers   TCS,


What is a class definition?

0 Answers  


Can a constructor return a value?

1 Answers  






what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


What is a tuple c++?

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


What is the Difference between "printf" and "sprintf"?

7 Answers   iSoft, PentaWare, TCS,


Differentiate between a constructor and a method in C++.

0 Answers   Tech Mahindra,


What are C++ inline functions?

1 Answers  


Which bit wise operator is suitable for checking whether a particular bit is on or off?

0 Answers  


Categories