Nov 22
These are the basic descriptions of some GoF patterns.
Name: Adapter
Problem: How do you resolve incompatible interfaces, or provide a stable interface to similar components with different interfaces?
Solution: Convert the original interface of a component into another interface, through an intermediate adapter object. Read the rest of this entry »
Recent Comments