Coupling
Coupling
Coupling indicates:
how closely two modules interact
or how interdependent they are.
data
stamp
control Degree of
coupling
common
content
Data coupling
Two modules are data coupled,
if they communicate by an
elementary data item that is
passed as a parameter between
the two, eg an integer, a float,
character etc.
Stamp coupling
Two modules are stamp coupled,