Adobe Flex Actionscript Question:

What are sealed classes in flex?

Adobe Flex Actionscript Interview Question
Adobe Flex Actionscript Interview Question

Answer:

A sealed class possesses only the fixed set of properties and methods that were defined at compile-time; additional properties and methods cannot be added. This makes stricter compile-time checking possible, resulting in more robust programs.


Previous QuestionNext Question
What is dynamic keyword used for in actionscript?What are runtime shared libraries in flex?