aseema-avatar

Can some one explain the Procedural programming technique.

Hi Docsity Community, can some one provide information on the programming description known as Procedural programming.
0%

2 replies

over 13 years ago
aristocrat-avatar
"Procedural programming decomposes a program into various different functional units,_x000D_ each of which can gather and manipulate data as needed._x000D_ Procedural programming forced developers to write highly interdependent code.A minor change in any part of the code may end up with a bigger modification of large pieces of code. This way of programming is not up to the mark when the user interactivity is higher._x000D_ Procedural Programming_x000D_ – top down design_x000D_ – create functions to do small tasks_x000D_ – communicate by parameters and return values_x000D_ _x000D_ _x000D_ Source: http://in.docsity.com/en-docs/Object_Oriented_Programming_-_JAVA_and_VISUAL_BASIC__lecture_notes__A__SINGH"