KnowledgeBoat Logo
|

Computer Science

Write two disadvantages of Procedure Oriented Programming.

OOP Intro Java

3 Likes

Answer

  1. 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.
  2. It is not suitable to solve complex problems in real situation.

Answered By

1 Like


Related Questions