Adobe Flex Actionscript Question:
Download Questions PDF

What is the dynamic keyword used for in flex actionscript?

Answer:

Specifies that instances of a class may possess dynamic properties added at runtime. If you use the dynamic attribute on a class, you can add properties to instances of that class at runtime. Classes that are not marked as dynamic are considered sealed, which means that properties cannot be added to instances of the class.

Download Adobe Flex Actionscript Interview Questions And Answers PDF

Previous QuestionNext Question
What are the similarities between java and flex?How do you implement push with flex data services?