Other contributors have said "Advantages of procedural-oriented programming?" is the same question as "What are the disadvantages of procedural oriented programming?" If you believe that these are not asking the same thing and should be answered differently, click here
What are the disadvantages of procedural oriented programming?
There are no disadvantages in OOP itself -- it's just a tool. Like any other tool, if used appropriately, there can be no negatives. But if used inappropriately, companies could collapse and...
Procedural programming implies that an application is perceived as a hierarchy of operations (i.e. procedures or functions) that apply transformations on data provided as argument....