Answer Posted / Raj Kumar Baghel
"Singleton" is a design pattern that ensures a class has only one instance, while providing global access to this instance. In Objective-C, you can implement a singleton by making the constructor of a class private and providing a public "sharedInstance" method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category