Objects
Referred to by lvalues in C and C++
Once created, they can be modified
A copy of an object is distinct from the original
- Modifying one does not modify the other
- Their addresses are different (whatever that means in a given language)
Objects usually contain values