thephilocoder.com
What is loosely and tightly coupling?
In programming, we have the concept of coupling. Coupling is the way two or more modules of our application relates to each other. Suppose that we are building a new application. We can divide ou…