Computer Science, asked by everrobi2, 5 hours ago

Discuss object oriented programming and how it has gained popularity for cost reduction and quality improvement

Answers

Answered by devarchanc
4

Object Oriented Programming​

Explanation:

Object Oriented Programming​ is abbreviated as OOP or OOPs.

OOP has now become a fundamental part of software development.

It allows us to break the program into the bit-sized problems.

And that bit-sized problems can be solved easily

It is a new way of solving difficult or moderate problems.

It has several advantages. Some of them are given below:

  1. It facilitates us flexibility through polymorphism.
  2. It provides us modularity for easier troubleshooting in program.
  3. It is effective in problem solving.
  4. We can reuse co_de through inheritance.
  5. It has lesser maintenance cost.
Similar questions