Friday, October 16, 2009

Using Interfaces instead of Inheritance

The keyword is here "loose coupling". By using Interfaces we achieve loose coupling, because the consumers of an API do not dependt anymore on its implementation.

No comments:

Post a Comment