ICSE Class 10 Computer Applications Question 4 of 24

Object Oriented Programming Concepts — Question 4

Back to all questions
4
Question

Question 4

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.