Object Oriented Software Engineering View all facts Glossary Help |
| subject > criterion > principle > design principle > increasing cohesion |
| increasing cohesion comparison table | |||||
| Subject | mean | make | is an instance of | is a kind of | state |
|---|---|---|---|---|---|
| design principle | principle | ||||
| increasing cohesion | ensuring that a package only has related classes | a module easier to understand and change | design principle | that you should divide things into smaller chunks intelligently; divide things up, but keep things together that belong together |
Next design principle: increasing reusability Up: design principle Previous design principle: divide and conquer