Monday, January 30, 2012

adapter design pattern

http://sourcemaking.com/design_patterns/adapter/java/1


Intent

  • Convert the interface of a class into another interface clients expect.
  • Adapter lets classes work together, that could not otherwise because of incompatible interfaces.

No comments:

Post a Comment