Java View all facts Glossary Help |
paradigm |
paradigm comparison table |
Subject | have feature | work well | work badly | organize | has definition | hide | provide | have fundamental units |
---|---|---|---|---|---|---|---|---|
object-oriented paradigm | polymorphism | code into classes that each contain procedures for manipulating instances of that class alone | An approach to software design and programming in which software is primarily thought of as a collection of classes that each have responsibilities for various operations, and which are instantiated at run time to create objects | objects | ||||
procedural paradigm | if the program's purpose is to perform complex calculations with relatively simple data | if the program's purpose is to perform calculations on complex data | code into procedures that each manipulate different types of data | many of the details of computations | procedural abstraction |