Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between `deepcopy` and `shallow copy`?

Answers were Sorted based on User's Feedback



What is the difference between `deepcopy` and `shallow copy`?..

Answer / nashiinformaticssolutions

A shallow copy creates a new object but does not create copies of nested objects, while a deep copy creates copies of all nested objects as well.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between `deepcopy` and `shallow copy`?..

Answer / nashiinformaticssolutions

A deep copy duplicates the actual content, while a shallow copy duplicates only references.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between `deepcopy` and `shallow copy`?..

Answer / nashiinformaticssolutions

• Shallow copy: Copies only the pointer, not the actual data.
• Deep copy: Creates a new memory allocation and copies the data.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between `deepcopy` and `shallow copy`?..

Answer / glibwaresoftsolutions

• Shallow copy: Copies only the pointer, not the actual data.
• Deep copy: Creates a new memory allocation and copies the data.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between `deepcopy` and `shallow copy`?..

Answer / hr@tgksolutions.com

A shallow copy creates a new object but does not create copies of nested objects, while a deep copy creates copies of all nested objects as well.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is python console?

0 Answers  


Where do you use python programming? Can you describe in detail?

0 Answers  


Give one example for multiple statements in single statement?

0 Answers  


What is the difference between range and xrange functions?

0 Answers  


What is lambda function ?

0 Answers  


How to change a string in list ?

0 Answers  


What is subclass in python?

0 Answers  


Explain the synbtax to split a string in python?

0 Answers  


How to generate all permutations of a list in python?

0 Answers  


What are key features of python?

0 Answers  


Explain how you can minimize the memcached server outages in your python development?

0 Answers  


How do you sort a list in descending in python?

0 Answers  


Categories