Object:An object is an instance of a class. It represents a specific entity with its own set of data and behavior.
Property: A property is a characteristic or attribute of an object. It stores data related to the object.
Method:A method is a function defined within a class that performs certain actions or operations on objects of that class.