In Domain-Driven Design (DDD), an object defined solely by its attribute values rather than a unique identity is a:
AEntity
BValue Object
CAggregate Root
DFactory
Explanation
Value Objects (e.g. Money, Address) have no identity; two Value Objects are considered equal if all their attributes match.

No Comments