Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is singleton in objective c?



What is singleton in objective c?..

Answer / 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

More Objective-C Interview Questions

What is the principle distinction between the function calls and messages?

1 Answers  


What are the two types of tangible property?

1 Answers  


What does the objective c program fundamentally comprise of?

1 Answers  


What is objective c good for?

1 Answers  


Can we create dynamic classes in objective c? If yes, explain how to create with a valid use case?

1 Answers  


When to use nsautoreleasepool??

1 Answers  


What is objective c vs c?

1 Answers  


What is immutable infrastructure?

1 Answers  


What is a class in objective c?

1 Answers  


Is c++ objective c?

1 Answers  


What happen if we send any message to an object which is released?

1 Answers  


What are objective c properties?

1 Answers  


Categories