Saved Bookmarks
| 1. |
What Are Sealed Classes In Flex? |
|
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. 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. |
|