What is a singleton?
Answer / maanya
A singleton class returns the same instance always, but take into account that there can exist only one instance of this class per process, are ideal to offer a general resource or service.
Is This Answer Correct ? | 0 Yes | 0 No |
What is messaging? What is message forwarding?
What is tableview datasource?
Which object is create by uiapplicationmain function at app launch time?
Give example scenarios when an application goes into inactive state?
What is atomic and nonatomic in iOS operating system? What is run loop in iOS ?
What is push notification?
Explain the difference between strong and retain.
What's fast enumeration?
What is uiviewcontroller in ios?
What is the responder chain?
Explain how to silent the noisy keyboard?
Whats a struct?