Discuss object oriented programming and how it has gained popularity for cost reduction and quality improvement
Answers
Answered by
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:
- It facilitates us flexibility through polymorphism.
- It provides us modularity for easier troubleshooting in program.
- It is effective in problem solving.
- We can reuse co_de through inheritance.
- It has lesser maintenance cost.
Similar questions