What are the benefits of oop?



What are the benefits of oop?..

Answer / Kalpana

The main benefits of Object-Oriented Programming (OOP) include code reusability, modularity, and easier maintenance. OOP allows for abstraction of complex systems into manageable objects, promotes encapsulation to hide implementation details, and enables polymorphism for dynamic behavior.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

When will a constructor executed?

5 Answers   TCS,


What is encapsulation and abstraction? How are they implemented in C++?

1 Answers   Agilent, ZS Associates,


write a program to print * * * * * *

2 Answers  


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

2 Answers   Wipro,


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1 Answers  


What is friend function?

12 Answers   Wipro,


what is object oriented programming and procedure oriented programming?

3 Answers  


What is meant by multiple inheritance?

1 Answers  


write a program that takes input in digits and display the result in words from 1 to 1000

1 Answers   Wipro,


What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++

1 Answers   TCS,


what is virtual destructor

7 Answers   L&T, TCS,


Can you name some types of inheritance?

1 Answers   Motorola,


Categories