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 |
What are the differences between 4.6/4.5/4.0 and flex 3.0?
What is a drag manager in adobe flex actionscript?
What are Arrays in flex?
Is it possible for upgrade from flex builder 3 standard edition to flex builder 3 professional edition?
What is calllater() method?
Difference between array and array collection?
What is display list?
What is a metadata tag?
Difference between stoppropagation and stopimmediatepropagation()?
How do you implement push with flex data services?
Explain Life cycle of flex appln/component?
How do we identify a component created in a repeater using flex?