Object Oriented Software Engineering View all facts Glossary Help |
| subject > paradigm > object-oriented paradigm |
| object-oriented paradigm comparison table | ||||||
| Subject | have feature | have fundamental units | is a kind of | helps | organize | has definition |
|---|---|---|---|---|---|---|
| paradigm | subject | An approach to software design and programming | ||||
| object-oriented paradigm | polymorphism | objects | paradigm | to ensure communicational cohesion | 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 |
Next paradigm: procedural paradigm Up: paradigm Previous paradigm: object orientation