Design Patterns : Singleton Pattern

ActionScript 3.0,Design Patterns 15 April 2010 | 1 Comment

Design Patterns : Singleton Pattern

The Singleton pattern is very similar to creator pattern. This is very widely used pattern. Now a question might raise in the mind that why do we need this pattern and when it should be applied. Let us take a situation where you want to build a chess game. Where does the Singleton Pattern apply [...]

Tagged in , , , ,