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 the difference between atomic and nonatomic properties? Which is the default for synthesized properties?
What are “strong” and “weak” references? Why are they important and how can they be used to help control memory management and avoid memory leaks?
Explain the difference between bounds and frame?
What is posing in iOS?
What language is ios written in?
Arc is compile time or run time feature?
What is push notification?
Define iterator protocol?
What is callback in ios?
What is difference between atomic and nonatomic in ios?
When would you say that an app is not in a running state?
What is context in core data ios?