Object
An instance of a class
Object refers to a data structure containing data and instructions for working with the data.
Objects sometimes refer to real-world things, for example a car or map object in a racing game.
The difference between Object and class is Objects hold any information , but classes don’t have any information. Definition of properties and functions can be done at class and can be used by the object.