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 object graph in ios?
What is difference between 'assign' and 'retain' keyword?
What are various singleton instances provided by frameworks?
Suppose I get a “blog returned invalid data” error message. What do I do?
What is a memory leak in ios?
How do you create a fetched property?
Who calls the dealloc strategy? Would we be able to implement dealloc in arc? In the event that indeed, what is the need to do that?
What manual memory management ? How it work?
Can I have relationship between entities in separate stores (in case of configurations)?
Is xcode a framework?
What are the features is ios 6?
What is a struct in iOS operating system?