Tuesday, April 19, 2011

Procedural Programming

Lesson 2

Procedural Programming
Procedural programming is a programming paradigm based upon the concept of the modularity and scope of program code.

A main procedural program is composed of one or more modules either written by the same programmer or provided in a code library by another programmer.

Each module is composed of one or more subprograms (functions).

Procedural programming offers many benefits over simple sequential programming since procedural code:
is easier to read and more maintainable 
is more flexible 
facilitates the practice of good program design 




No comments:

Post a Comment