Adobe Flex Actionscript Question:

What design patterns have you used? in Actionscript and java?

Adobe Flex Actionscript Interview Question
Adobe Flex Actionscript Interview Question

Answer:

1. Creational Pattern
* Factory Method Pattern
* Singleton Pattern

2. Structural Patterns
* Decorator Pattern
* Adapter Pattern

* Coposite Pattern
3. Behavioral Patterns
* Command Pattern
* Observer Pattern
* Template Metod Pattern
* State Pattern
* Strategy Pattern

4. Multiple Patterns
* MVC Pattern
* Symetric Proxy Pattern


Previous QuestionNext Question
What keyword allows us to implement abstraction better in flex?Explain how binding works in mxml components in flex?