KnowledgeBoat Logo

Computer Applications

Why do we prefer object oriented approach in complex programming? Explain.

OOP Intro Java

140 Likes

Answer

Object Oriented approach offers advantages like:

  1. Data Values are secured.
  2. Mishandling of data is protected.
  3. Error detection and correction becomes easier.
  4. Easier in coding complex programs.

For these reasons, Object Oriented approach is preferred for complex programming.

Answered By

83 Likes


Related Questions