What are the differences between categories and extensions?
Answer Posted / 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 |
Post New Answer View All Answers
Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?
What is oops in ios?
Explain code signing in ios?
What is foundation framework in ios?
What is memory management handled on ios?
How do you setup/initialise a core data stack in your application?
How to convert MVC design pattern to MVVM design patterns
Explain xctest test case code.
Explain parent-child context setup?
What does exc_bad_access mean?
Explain the difference between cocoa and cocoa touch?
Does objective-c contain private methods?
What three types of navigation styles are used in ios?
How to parse json? Explain
Explain application sandboxing.