Identity means that data is organized into discrete, distinguishable entities called objects.
Objects can be concrete or conceptual.
In real world an object simply exist but within a programming language each object has a unique handle by which it can be uniquely referenced.
The handle can be implemented by address, array index or unique value of an attribute.