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?
Limitations of object-oriented programming:
- The size of the programs created using this approach may become larger than the programs written using procedure-oriented programming approach.
- Software developed using this approach requires a substantial amount of pre-work and planning.
- OOP code is difficult to understand if you do not have the corresponding class documentation.
- In certain scenarios, these programs can consume a large amount of memory.