OOP offers several benefits to both the program designer and the user. Object Oriented Contributes to the solution of many problems associated with the development and quality of software products. The new technology promiss greater programmer productivity, better quality of software and lesser maintenance cost.
Applications of the OOP are beginning to gain importance in many areas. The programming areas for application of OOP includes.
The Principal advantages are
- Through inheritance, we can eliminate redundant code and extend the use of existing classes.
- We can build programs from the standard working modules that communicate with one another, rather than having to start writing the code from scratch. This leads to saving of development time and higher productivity.
- The principle of data hiding helps the programmer to build secure programs that cannot be invaded by code in other parts of the program.
- It is possible to have multiple objects to coexist without nay interference.
- It is possible to map objects in the problem domain to these objects in the program.
- It is easy to partition the work in a project based on objects.
- Object Oriented system,s can be easily upgraded from small to large systems
- Software complexity can be easily managed.
Applications of Object Oriented Programming
Applications of the OOP are beginning to gain importance in many areas. The programming areas for application of OOP includes.
- Real-Time systems.
- Simulation and modeling.
- Object-Oriented data bases.
- Hypertext, Hyper media and expert text.
- AI and experts systems.
- Neural networks and parallel programming.
- Decision support and office automation systems.
- CIM /CAD/CAD system.
0 comments :
Post a Comment
Note: only a member of this blog may post a comment.