DevReview.net

More development notices …

Archive for the ‘Patterns’ Category

Adapter pattern

leave a comment

This pattern become helpful when you need to convert interface of one class (which can not be changed) to the interface expected by client.

Read the rest of this entry »

Written by admin

August 15th, 2010 at 10:22 pm

Posted in Patterns

Tagged with , , , ,