Explain shallow copying and depth copying.
Answer / maanya
According to apple's definition:"A deep copy duplicates the objects referenced while a shallow copy duplicates only the references to those objects".
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between NSArray and NSMutableArray in iOS operating system?
Can we save posts to local drafts and figure out how to publish to the blog. What do we need to do?
What are the skills required for ios developer?
How to de-symbolicate crash log?
What is the difference between viewdidload and viewdidappear?
Which json framework is supported by ios? : IOS Architect
Which programming language is used in ios?
What is lazy loading?
What are the App states in iOS operating system? Explain them
How to deal with sqlite database?
Explain the difference between 'protocol' and 'delegate'?
What manual memory management ? How it work?