2010-03-22

Composite Design Pattern

Introduction :
Sometimes you want to treat a group of objects as a single instance. Composite design pattern is aiming to compose object into a structure of tree to represent part-whole hierarchy structures.

A simple example of this design pattern is directory structure...
 



No comments: