How oops is better than procedural?



How oops is better than procedural?..

Answer / Lokesh Nath Sinha

Object-oriented programming (OOP) is considered better than procedural programming in several aspects. First, OOP promotes modularity and reusability through objects and classes. Second, it allows easier maintenance of large programs as changes to one part of the program have less impact on other parts due to encapsulation. Lastly, OOP makes it easier to understand complex systems because they can be broken down into smaller, manageable pieces (objects) with clear relationships.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3 Answers  


What is coupling in oops?

1 Answers  


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1 Answers   HCL,


What is difference between oop and pop?

1 Answers  


Why we are use # in begning of programme of c++.

2 Answers   Syntel,


What are the benefits of interface?

1 Answers  


What are main features of oop?

1 Answers  


The expansion of GNU

3 Answers  


What do you mean by pure virtual functions?

8 Answers  


Write a c++ program to display pass and fail for three student using static member function

1 Answers  


What type of loop is a for loop?

1 Answers  


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

1 Answers  


Categories