What is the difference between sealed class and dynamic classes in flex? : Adobe Flex ActionScript
Answer / Priyanka Chaudhary
"In Adobe Flex, a sealed class cannot be subclassed by other classes, ensuring that it has only one implementation. A dynamic class can be subclassed and has flexible properties, which can be declared at runtime. This makes dynamic classes more flexible but less restrictive than sealed classes."
| Is This Answer Correct ? | 0 Yes | 0 No |
What keyword allows us to implement abstraction better in flex?
Have you built any components with actionscript? If so explain how you did it? : adobe flex action script
Difference between label and text?
How binding works in mxml components in flex? : Adobe Flex ActionScript
Will I need to upgrade my air sdk along with flex 3 beta 3?
What are the Benefits of flex?
Why would you want to keep a reference to a changewatcher and call unwatch()?
What is the function of exclude or exclude class related to the data or class?
What is polymorphism in term of oop (flash actionscript)?
Difference between stoppropagation and stopimmediatepropagation()?
What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
What is display container?