what are the shortcomings of procedural and modular programming approaches?
Answers
Answered by
24
Answer:
The short comings of procedural and modular programming approach are, they become complex to understand and develop when they are developed in large scale, and making things complex also makes it very difficult to debug.
Explanation:
In OOP approach, the security of data is of foremost important, but the modular approach has a lack of data security. There are also many things which are not very safe, and debugging is a lot more easier in OOP approach of programming, as compared to procedural approach.
Answered by
4
Answer:
The short comings of procedural and modular programming approach are, they become complex to understand and develop when they are developed in large scale, and making things complex also makes it very difficult to debug
Similar questions