Labs

It works in my machine!

Archive for the ‘Strategy’ tag

Strategy Pattern

with one comment

Strategy Pattern is my favorite one, and why?
because it’s so simple for implamentation; it’s based on polymorphism, an the basic idea is to encapsulate the code that you think is gonna change.

for example let’s say that you have and Encryptor Class:

Read the rest of this entry »

Written by Raúl

December 14th, 2009 at 7:28 pm

Posted in General

Tagged with , ,