What is the benefit of oop?



What is the benefit of oop?..

Answer / Prity Kumari

The benefits of Object-Oriented Programming (OOP) include modularity, reusability, simplicity, and flexibility. By encapsulating data and functions within objects, code becomes more manageable and easier to maintain over time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is polymorphism ? Explain with examples

8 Answers   Ness Technologies,


What is design patterns in C++?

2 Answers   Persistent,


What is an object?

14 Answers   HCL,


What are the advantages of polymorphism?

1 Answers  


what are the ways in which a constructors can be called?

2 Answers   TCS,


how many types of notations are in java

1 Answers   National University of Modern Languages (NUML),


State what is encapsulation and friend function?

1 Answers   BirlaSoft,


#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,


How is data security provided in Object Oriented languages? ?

5 Answers  


what is the difference between class and object?

9 Answers  


WHEN A COPY CONSTER IS CALL ?

4 Answers  


Which is better struts or spring?

1 Answers  


Categories