ICSE Class 9 Computer Applications Question 8 of 17

Introduction to Object Oriented Programming Concepts — Question 8

Back to all questions
8
Question

Question 8

What are the limitations of object-oriented programming?

Answer

Limitations of object-oriented programming:

  1. The size of the programs created using this approach may become larger than the programs written using procedure-oriented programming approach.
  2. Software developed using this approach requires a substantial amount of pre-work and planning.
  3. OOP code is difficult to understand if you do not have the corresponding class documentation.
  4. In certain scenarios, these programs can consume a large amount of memory.