What are sealed classes in flex? : adobe flex action script
Answer Posted / 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 |
Post New Answer View All Answers