What is the difference between sealed class and dynamic classes in flex?
Answer / Sunny Rana
Sealed classes are classes that cannot be subclassed or extended, providing a level of encapsulation. Dynamic classes, on the other hand, can be subclassed and extended dynamically at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will flex 3 be packaged?
Where can I find out additional information about flex 3 beta 3?
When will flex 3 be released?
When I add or modify an item in my dataprovider, why does not it show up in my datagrid?
What is the function of trace?
Differences between defining bindings in mxml and actionscript? : adobe flex action script
In which level does the original movie resides?
What is shared object? (Or) how to store the data in local?
What is the difference between httpservice and data service? : adobe flex action script
Difference between flash and flex?
How can you show a jpg image in dynamic text field? : adobe flex action script
What is the use of disableautoupdate method?