Computer Applications
Why do we prefer object oriented approach in complex programming? Explain.
OOP Intro Java
142 Likes
Answer
Object Oriented approach offers advantages like:
- Data Values are secured.
- Mishandling of data is protected.
- Error detection and correction becomes easier.
- Easier in coding complex programs.
For these reasons, Object Oriented approach is preferred for complex programming.
Answered By
85 Likes