254
250
infrastructure. If each piece of code which wished to use an adapted object had
255
251
to explicitly construct the adapter itself, the coupling between components
256
252
would be too tight. We would like to achieve <q>loose coupling</q>, and this is
259
255
<p>First, we need to discuss Interfaces in more detail. As we mentioned
260
256
earlier, an Interface is nothing more than a class which is used as a marker.