An object is an instance of a class. It holds data and can perform actions.
Use the new keyword to create objects.
Use the dot operator to access and modify object data.
Objects can call methods defined in their class.
Each object has its own data.
Create a Car class and two objects, then print their details.