What do you understand by the term deep copy?



What do you understand by the term deep copy?..

Answer / Vijay Shankar Mishra

A deep copy in Python is a duplicate of an object where all nested objects are also copied recursively. This means that each nested object is a separate instance, not just a reference to the original object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Can python handle big data?

1 Answers  


What ide to use for python?

1 Answers  


What is purpose of __init__ in class ? Is it necessary to use __init__ while creating a class ?

1 Answers  


What is a namespace in python?

1 Answers  


What are advantages of a tuple over a list?

1 Answers  


Is python better than bash?

1 Answers  


How to split a string into a list?

1 Answers  


How do you make a higher order function in Python?

1 Answers  


How do I run a script in python shell?

1 Answers  


Is python a single inheritance?

1 Answers  


List of lists changes reflected across sublists unexpectedly?

1 Answers  


Why is python weakly typed?

1 Answers  


Categories