What are the differences between categories and extensions?
Answer / maanya
Categories: Allows you to add methods on existing classes.
Extensions: Allows you to increase the functionality (extend) of an existing class without using subclasses
| Is This Answer Correct ? | 0 Yes | 0 No |
what is singleton class? Why the whole application creates a single instance?
Assume that system is running low on memory. What can system do for suspended apps?
What is plist file and explain about it is usage in iOS operating system?
What is mvc in ios?
When an app is said to be in active state?
How to use core data objects between two threads?
What is didreceivememorywarning method in you viewcontroller?
Explain the characteristics of ios?
Do you know any other changes to ios 7 since wwdc?
What is id in ios?
What is retain counts?
How to handle concurrency problems in core data?