Adobe Flex Actionscript Question:

What are sealed classes in flex?

Tweet Share WhatsApp

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.

Download Adobe Flex Actionscript PDF Read All 84 Adobe Flex Actionscript Questions
Previous QuestionNext Question
What is dynamic keyword used for in actionscript?What are runtime shared libraries in flex?