gg 카테고리 없음 2013. 4. 16. 16:15

  In software engineering, coupling or dependency is the degree to which each program module relies on each one of the other modules.

http://en.wikipedia.org/wiki/Coupling_%28computer_programming%29


  • entity classes classes are your typical business entities like "person" and "bank account"

  • control classes implement some business logic or other