What is singleton class? Explain the steps to create a singleton class?
Answer Posted / Amar Pal Singh
A singleton class in Adobe Flex is a class that ensures only one instance of that class exists throughout the application. To create a singleton class, you can use static properties and methods to control its instantiation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers