Saturday, May 1, 2010

Design Pattern basic diagrams

It'd be much helpful to learn the basic diagram notations before we jump to the actual design patterns. There are three types of notations to represent the ideas of patterns:

  1. Class Diagram: To represent static relationships with the other classes.
  2. Object Diagram: To represent object structure at run-time.
  3. Interaction Diagram: To show flow of requests between objects.