Why is oop better than procedural?


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

Post New Answer

More OOPS Interview Questions

What is constructor in oop?

0 Answers  


what is multithreading in c++ , what is difference between multithreading and singlethreading.

4 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


What is difference between multiple inheritance and multilevel inheritance?

0 Answers  


What is deep and shalow copy?

3 Answers   L&T, TCS,






Get me an image implementation program.

0 Answers  


How to overload new operator in c++

2 Answers  


i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION

2 Answers   CTS,


Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.

1 Answers  


#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 costructor?

1 Answers  


write string class as your own class in java without using any built-in function

0 Answers  


Categories