English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

in your own words, coz wikipedia doesnt make sense.
thanks

2007-10-12 00:13:31 · 3 answers · asked by Latitude 4 in Computers & Internet Programming & Design

3 answers

Procedural programming is were a program is written and is executed in a set order. The program will do one thing then the next and the next in that order and will not and cannot deviate.

It's not a very common method nowadays as it's very rigid.

2007-10-12 00:22:45 · answer #1 · answered by Anonymous · 0 0

Procedural programming is also like for example a list. Basically a list of commands, statements that are executed from top to bottom. Usually the whole program is found in the one file making code very long. Also with procedural programming code is repetitive. You may find using the same if statements, loops again within the same program! Unlike OOP object oriented programming where objects are re-used instead of repeated saving memory and debugging times.

2007-10-12 07:45:05 · answer #2 · answered by simwiz 1 · 1 0

Programming in a series of procedures.

2007-10-12 07:16:11 · answer #3 · answered by Cupcake 7 · 0 0

fedest.com, questions and answers