Computer Science
Write two disadvantages of Procedure Oriented Programming.
OOP Intro Java
3 Likes
Answer
- As data values are global to all the functions, you may be required to make necessary changes in the function due to any change in the data values.
- It is not suitable to solve complex problems in real situation.
Answered By
1 Like