Coupling and Cohesion - courses.cs.washington.edu
Ranked highest to lowest: Content coupling: if one directly references the contents of the other. When one module modifies local data values or instructions in another module. (can happen in assembly language) if one refers to local data in another module. if one branches into a local label of another. Common coupling: access to global data.
Get Price