How does the Object Oriented approach improve software development?
by , 01-08-2012 at 10:52 AM (1828 Views)
There are many key benefits of the object oriented approach. Some of those benefits are:
- Reusability: Object oriented approach support reusability of code with the help of inheritance and composition.
- Mapping to real world problems: Object oriented approach can map real world objects with encapsulation.
- Modular Architecture: Object oriented approach supports modular architectures where these modules can be reused.









Email Blog Entry
License4J 4.0
Yesterday, 12:23 AM in Java Software