| Other OOPS Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| what is a ststic variable and stiticfunction
briefly explain with exmple and in which case we use |
HCL | 2 |
| create a c++ program that will accepts 9 inputs using 3 by 3
array. |
| 1 |
| Write a macro for swapping integers |
| 5 |
| Finding of the 4 larger (bigger) numbers from the list
like{1245,4587,2145,1163,29987,65783.....} |
Wipro | 1 |
| what is oops |
DELL | 4 |
| #include <iostream>
using namespace std;
struct wow {
int x;
};
int main() {
wow a;
wow *b;
a.x = 22;
b = &a;
a.x = 23;
cout << b->x;
return 0;
} |
| 1 |
| What is virtual constructors/destructors? |
| 4 |
| what is the function of 'this' operator ? |
Wipro | 7 |
| How is the using() pattern useful? What is IDisposable? How
does it support deterministic finalization?
|
IntraLogic | 1 |
| Why u change company? |
BOB-Technologies | 12 |
| What is abstraction? |
| 9 |
| A file pointer always contains the __________ of the file |
| 5 |
| |
| For more OOPS Interview Questions Click Here |