Gang of Four (GOF) Design Patterns in ActionScriptAbstract Factory
...factory method pattern we talked about last time? If youre already forgot it. May be you can take a look at the following intent, which was defined by the GOF book
Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses
By THE GOF BOOK
In...
