Java   View all facts   Glossary   Help
paradigm > procedural paradigm
Next paradigmobject-oriented paradigm    Upparadigm

procedural paradigm
subjectfact 
procedural paradigmhides many of the details of computationssource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:43.0
is a subtopic of Object Oriented Programming Concepts2001-10-19 11:37:43.0
is a kind of paradigm2001-10-19 11:37:43.0
organizes code into procedures that each manipulate different types of datasource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:43.0
provides procedural abstractionsource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:43.0
works badly if the program's purpose is to perform calculations on complex datasource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:43.0
works well if the program's purpose is to perform complex calculations with relatively simple datasource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:43.0