creation
The instantiation and initialization of an object or other instance (such as a use case instance). Antonym: destruction.
See also instantiation.
Semantics
Creation of an object is the result of an action that instantiates the object. Creation may be modeled at different levels: a raw creation action or a higher-level operation that invokes the action and then initializes the new object. A creation operation may have parameters that are used for initialization of the new instance. At the conclusion of the creation operation, the new object obeys the constraints of its class and may receive messages.
A creation operation, or constructor, may be declared as a class-scope operation. The target of such an operation is (conceptually, at least) ...
Get Unified Modeling Language Reference Manual, The, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.