PassByCopy

From Erights

Revision as of 18:41, 20 June 2008 by Kevin Reid (Talk)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Definitions

An object is PassByCopy iff it is both Selfless and PassByConstruction.

This test is available in:

Notes

PassByCopy objects, by the combination of the Selfless and PassByConstruction properties, are guaranteed to be serializable, and to unserialize (if possible) to objects similar to the originals.

more tools