KnowledgeBoat Logo
|

Computer Applications

Mention two limitations of Procedure Oriented Programming

OOP Intro Java

105 Likes

Answer

  1. No restriction on data values so managing changes is difficult as it impacts the entire program.
  2. No reusability concept hence time management, testing and length of the program increases.

Answered By

64 Likes


Related Questions