Object copying

id: object-copying-168-17679458
title: Object copying
text: In object-oriented programming, object copying is the act of creating and initializing a new object based on an existing object's state. The various ways to implement copy have implications that a programmer needs to understand in order to write a computer program that is correct and performant. Copying allows for the emergent state of the original object – represented by its internal state – to be used and even modified without affecting the original object.
brand slug: wiki
category slug: encyclopedia
description: Techniques for copying an object in object-oriented programming
original url: https://en.wikipedia.org/wiki/Object_copying
date created: 2003-05-20T10:01:51Z
date modified: 2024-08-31T05:22:29Z
main entity: {"identifier":"Q1551768","url":"https://www.wikidata.org/entity/Q1551768"}
image:
fields total: 13
integrity: 15

Related Entries

Explore Next Part