What are the various types of coupling?
i.Data coupling - The data coupling is likely by parameter passing or data interaction.
ii.Control coupling - The modules share connected control data in control coupling.
iii.Common coupling - The common data or a global data is shared between modules.
iv.Content coupling - Content coupling occurs when single module makes use of data or control information maintained in another module.