Computer Applications
What are the limitations of object-oriented programming?
OOP Intro Java
76 Likes
Answer
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.
Answered By
43 Likes