Who invented oop?


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

Post New Answer

More OOPS Interview Questions

What is encapsulation c#?

0 Answers  


143.what is oops principles?

10 Answers  


Difference between vector and array

2 Answers  


1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?

6 Answers  


why the argument is passed by reference to a copy constructor?example?

2 Answers  






What are the valid types of data that the main () can return in C/C++ language

3 Answers  


program for insertion ,deletion,sorting in double link list

0 Answers  


can inline function declare in private part of class?

1 Answers  


You have one base class virtual function how will call that function from derived class?

4 Answers  


can we create and enter the data & hide files using programmes ?

2 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 different between oops and c++

0 Answers   IIT,


Categories