Author Archives | Sutha Krishna

About Sutha Krishna ( subscribe )

State Pattern – Design Patterns in Java/J2EE

August 21, 2007

2 Comments

State pattern falls under the category of Behavioural patterns. Assume that we have an object and its behavior is largely dependent on the state of its internal variables. Consider the following example, Person.java 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 package tips.pattern.state; [...]

email