Java View all facts Glossary Help |
| paradigm > procedural paradigm |
| procedural paradigm comparison table | |||||||
| Subject | hide | is a kind of | work well | provide | work badly | is a subtopic of | organize |
|---|---|---|---|---|---|---|---|
| paradigm | kbTop | ||||||
| procedural paradigm | many of the details of computations | paradigm | if the program's purpose is to perform complex calculations with relatively simple data | procedural abstraction | if the program's purpose is to perform calculations on complex data | Object Oriented Programming Concepts | code into procedures that each manipulate different types of data |
Next paradigm: object-oriented paradigm Up: paradigm