Benefits Of OOP
- OOP guarantees more reliability of data
- OOP ensuring better maintainability
- Modularity for easier troubleshooting
- Reuse of code through inheritance
- Flexibility through polymorphism
- Effective problem solving
- It also provides better readability
- It is easier to visualize real–world objects
- Software complexity can be easily managed
- It simplifies the tasks of writing and debugging
- It is easy to partition the work in a project based on objects
- Object oriented systems can be easily upgraded from small to large systems

Applications Of OOP
- Real Time Systems

- Object Oriented Database

- AI and Expert Systems

- Decision Support System

- Hyper Text and Hypermedia

- Office Automation System

- CAM/CAD systems

- Simulation and modeling

- Neural networks and parallel programming

OOP Languages




You must be logged in to post a comment.