Shape Shape

Value Object

Value Object is an object that represents a value and is immutable. Used in software design to model concepts without identity.

Example:

A Money object with currency and amount is a value object.

WhatsApp Icon