Explain the concepts involved in Object Oriented programming.


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

Post New Answer

More OOPS Interview Questions

Write a macro for swapping integers

5 Answers  


What are the main differences between procedure oriented languages and object oriented languages?

9 Answers   IBM, Infosys, Wipro,


What is a superclass in oop?

0 Answers  


Please tell me the oops concept with detailed answer

9 Answers   EEE,


what is namespace? what are the uses of namespace?

1 Answers  






what is costructor?

1 Answers  


what is the difference between javap and jad utility

1 Answers   Wipro,


#include <iostream> using namespace std; int main() { int a = 3; 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][2]; }

1 Answers  


What is command routing in MFC

1 Answers   GE,


Can bst contain duplicates?

0 Answers  


Why do while loop is used?

0 Answers  


What is encapsulation with example?

0 Answers  


Categories