Object — is an instance of a class.
Car myCar = new Car();
When you create an object, you are essentially creating a variable of a particular class type that holds data and can perform actions defined within that class.
Clickable & Draggable!