Object Oriented Software Engineering   View all facts   Glossary   Help
subject > paradigm > procedural paradigm
Next paradigmobject orientation    Upparadigm    Previous paradigmobject-oriented paradigm   

procedural paradigm comparison table
Subject hide is a kind of work well provide work badly organize has definition
paradigm subject    An approach to software design and programming
procedural paradigmmany of the details of computationsparadigmif the program's purpose is to perform complex calculations with relatively simple dataprocedural abstractionif the program's purpose is to perform calculations on complex datacode into procedures that each manipulate different types of dataAn approach to software design and programming in which software is primarily thought of as a hierarchy of procedures - the root of the hierarchy is typically a main procedure, which calls other procedures, etc. (in contrast to the object-oriented paradigm)

Next paradigmobject orientation    Upparadigm    Previous paradigmobject-oriented paradigm