sir plz send me a set of questions that been frequently
held in written examination during campus selection.


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

Post New Answer

More OOPS Interview Questions

WHEN A COPY CONSTER IS CALL ?

4 Answers  


What is overriding vs overloading?

0 Answers  


Why is static class not inherited?

0 Answers  


what is code for call by value and call by reference?

1 Answers  


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,






Can we create object of class with private constructor?

5 Answers  


C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.

1 Answers   Syncfusion,


Why static Function is used in C++?

4 Answers   TCS,


what is the main difference between sizeof() operator in c and c++

3 Answers  


What is the use of oops?

0 Answers  


What is design patterns in C++?

2 Answers   Persistent,


Why u change company?

12 Answers   BOB Technologies,


Categories