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 |
Explain which of the recommended character to use to separate target level paths levels?
Explain which of the recommended character to use to separate target level paths levels? : adobe flex action script
Explain Event Bubbling?
Explain about component life cycle?
What type of skinning is available in flex?
What are the goals of the beta?
What is the difference between sealed class and dynamic classes in flex?
When I add or modify an item in my dataprovider, why does not it show up in my datagrid?
State the difference between view stack and view state?
What is the difference between graphical skinning and stateful skinning?
Can flex applications communicate with each other on the client?
How do you implement push on a flex applications? : adobe flex action script