+1 vote
in Class 12 by kratos

What is Object Oriented Programming? List some of its advantages.

1 Answer

+3 votes
by kratos
 
Best answer

OOP allows decomposition of a problem into a number of entities called objects and then builds data and functions around these objects.

Advantages:

  • Simplicity
  • Modifiability
  • Extensibility and Maintainability
  • Reusability
  • Security
...