Objects from the same class can have different field values.
When you create objects from a class, each object can have its own unique data. For example, if you have a `Customer` class, you can create two `Customer` objects with different names and IDs. This allows each customer object to represent different real-world entities while sharing the same behavior defined in the class.