Loose Coupling and Tight Coupling in Java
In this article you will learn about loose coupling and tight coupling in java. In simple words “Coupling is the degree of dependency between the modules or Routines.” “In a software or program, the more modules or classes will communicate with each other means the more tightly they are coupled and on other hand, the […]
Loose Coupling and Tight Coupling in Java Read More »