What is OOP Benefits
2089
12-Jul-2016
Jonas Stuart
12-Jul-2016OOP 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.