Definition: Before Object Oriented Programming (OOP) was popular, computer software was written in a Procedural style.
This meant that the application was divided into a large number of procedures. C is largely procedural, and to a certain degree C++ and C# are as well.
A popular design methodology was "Structured Programming" but that has been rendered obsolete by OOP.
Glossary:
A B C D E F G H I J K L M N O P Q R S T U V W X Y ZAlso Known As: Modular Programming
Examples: Object Oriented Programming is completely different from Procedural Programming.

