|
|
|
State Pattern from Wikipedia
|
A drawing program, in which there could be an abstract interface representing a tool, then concrete instances of that class could each represent a kind of tool. When the user selects a different tool, the appropriate tool would be instantiated.
http://en.wikipedia.org/wiki/State_pattern
created by syam1224 on 2008-05-11 21:22:41
|
|
|
|
|