Java   View all facts   Glossary   Help
paradigm
Next kbToppractice    UpkbTop    Previous kbTopoperation   

paradigm comparison table
Subject have feature work well work badly organize has definition hide provide have fundamental units
object-oriented paradigmpolymorphism  code into classes that each contain procedures for manipulating instances of that class aloneAn 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 dataif the program's purpose is to perform calculations on complex datacode into procedures that each manipulate different types of data many of the details of computationsprocedural abstraction 

Next kbToppractice    UpkbTop    Previous kbTopoperation