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 is the difference in movieclip and sprite? : adobe flex action script
What is interface or benefit of interface in term of oop? : adobe flex action script
What is default frame rate of the timeline in frame per second? : adobe flex action script
Explain the arguments of addeventlistener() method?
What is state? : adobe flex action script
What does calling preventdefault() on an event do? : adobe flex action script
What keyword allows us to implement abstraction better in flex? : adobe flex action script
Can I resize the internet explorer browser window from flex? : adobe flex action script
I am going to add images into a tag. How will it resize itself in adobe flex actionscript?
How do you implement push with flex data services? : adobe flex action script
can you write to the file system from flex?
Can I resize the internet explorer browser window from flex?