---
title: "What is OOP Benefits"  
description: "What is OOP Benefits"  
author: "Jonas Stuart"  
published: 2016-07-12  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/23025/what-is-oop-benefits  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# What is OOP Benefits

**OOP Benefits**

· Creating well-structured programs where the code, once developed, is easily reusable.

· Programs can be easily extended with little effort, allowing us to reuse the existing code (which has been previously tested)

· And thereby reducing the maintenance cost for the software.

## Answers

### Answer by Jonas Stuart

**OOP Benefits**

· Creating well-structured programs where the code, once developed, is easily reusable.

· Programs can be easily extended with little effort, allowing us to reuse the existing code (which has been previously tested)

· And thereby reducing the maintenance cost for the software.


---

Original Source: https://www.mindstick.com/interview/23025/what-is-oop-benefits

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
