What design patterns have you used in actionscript and java? : adobe flex action script
Answer / Himanshu Bisht
I have worked with several design patterns in both ActionScript and Java, including:
1. Singleton pattern (for creating a single instance of a class)
2. Factory pattern (for creating objects without exposing the instantiation logic to the client)
3. Observer pattern (for implementing publish-subscribe communication)
4. Decorator pattern (for dynamically adding behavior to existing objects)
5. Strategy pattern (for defining a family of algorithms, encapsulating each one, and making them interchangeable)
6. Template method pattern (for defining the skeleton of an algorithm in a base class and allowing subclasses to fill in the details)
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible for upgrade from flex builder 3 standard edition to flex builder 3 professional edition?
What is interface or benefit of interface in term of oop?
I am going to add images into a tag. How will it resize itself in adobe flex actionscript?
Can you write to the file system from flex? : adobe flex action script
How do you add event listeners in mxml components. Now as3 components? : adobe flex action script
What are sealed classes in flex?
How polymorphism works on actionscript? : adobe flex action script
What are the similarities between java and flex?
How do I get flex to query my database? : adobe flex action script
Can I still build flex 2 applications with flex builder 3 beta 3?
Explain what happens if an .swf is loaded into a already occupied level?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script