CSC/ECE 517 Summer 2008/wiki2 c6 CohCoupling: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Introduction==
==Introduction==
 
'''[http://en.wikipedia.org/wiki/Cohesion_(computer_science) Cohesion]''' and '''[http://en.wikipedia.org/wiki/Coupling_(computer_science) Coupling]''' are two terms often used in object-oriented software development. They sound rather similar, but they are very different meetings.


==Problem Definition==
==Problem Definition==

Revision as of 18:24, 23 June 2008

Introduction

Cohesion and Coupling are two terms often used in object-oriented software development. They sound rather similar, but they are very different meetings.

Problem Definition

Cohesion and coupling. Cohesion and coupling are concepts that are reasonably easy to understand, but nonetheless, it is worthwhile to gather readable illustrations of where they apply. Browse the hundreds of Web pages that attempt to explain these concepts, picking your favorite examples. Categorize these examples, so that the reader will see the big picture, rather than just a set of redundant illustrations. Many of these pages mention related concepts; list some of them and explain how they relate to cohesion and coupling.

Basic Concept

Cohesion and coupling are widely used terms in the metrics for object oriented design.