What are sealed classes in flex? : adobe flex action script
Answer / Jai Prakash
Sealed classes in Flex are classes that cannot be extended or subclassed by other classes. This makes them more secure and less prone to inheritance issues, as they can only be used within the same project.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is the function of trace? : adobe flex action script
What is the difference between viewstack vs viewstate?
How polymorphism works on actionscript? : adobe flex action script
Can I continue to run flex builder 2 in parallel with flex builder 3 beta 3?
How many levels does flash mx support? : adobe flex action script
Can I resize the internet explorer browser window from flex? : adobe flex action script
What is dynamic keyword used for in actionscript? : adobe flex action script
What is cairnghorm in flex? How do we use it? Have you worked with cairnghorn in flex? : adobe flex action script
How does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script
Why are there errors with the macromedia.css.locatorparser class and weblogic? : adobe flex action script
What keyword allows us to implement abstraction better in flex?
Explain what happens if an .swf is loaded into a already occupied level?