✏️ Explanatory Question

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

👁 94 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

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.