1.

What are the advantages of Object Oriented Programming?

Answer»

Following are the advantages of Object-Oriented Programming:

  • Instead of needing to start writing code from scratch, we can build programs from standard functioning modules that communicate with ONE another, saving time and increasing productivity.
  • The Object-Oriented Programming language allows us to divide the program down into small-sized problems that can be solved quickly (one object at a time).
  • The Object-Oriented Programming Language increases programmer EFFICIENCY, improves software quality, and reduces maintenance costs.
  • OOPs, concepts can be applied from tiny to large systems.
  • It is possible for numerous instances of objects to coexist without interfering with one other
  • The data hiding principle aids programmers in CREATING secure programs that are not vulnerable to code in other areas of the program.
  • We can MINIMISE duplicate code and increase the use of existing CLASSES by using inheritance.


Discussion

No Comment Found