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 the difference between strong and retain.
Explain the significance of autorelease?
Explain your process for tracing and fixing a memory leak
What is atomic and nonatomic in iOS operating system? What is run loop in iOS ?
What is a weak var?
How to start a thread?
What is ipad screen size?
What is view object in iOS operating system?
Define content offset?
What ios version onwards arc can be used?
What is push notification?
What is difference between 'protocol' and 'delegate'?