Adobe Flex Actionscript Question:

Download Job Interview Questions and Answers PDF

What is the difference between sealed class and dynamic classes in flex?

Adobe Flex Actionscript Interview Question
Adobe Flex Actionscript Interview Question

Answer:

Classes are sealed by default, i.e. properties cannot be added dynamically at runtime.
* Dynamic classes can add additional dynamic properties at runtime; sealed classes cannot.
* Sealed classes conserve memory because no internal hash table is needed to store dynamic properties, and the compiler can provide better error feedback.

Download Adobe Flex Actionscript Interview Questions And Answers PDF

Previous QuestionNext Question
How do we use css styles in flex?What is MVC and how do you relate it to flex apps?