Answer and explanation:
Question isn't complete but explanation is given below based on what you may be asking.
Answer and Explanation:
First, An object is a data type but is quite different from the usual or primitive data types such as string or integers. An object is based on object oriented programming(OOP) and is a sort of abstract data type which is usually defined by the programmer(some are inbuilt in the language). Objects are usually defined using classes and then become instances of those classes. Objects have identities(e.g- a dog has a name Zeus) and be compared to other objects of same class(other instances) while data types are not as well equipped to have identities, properties or methods that are user defined in order to make comparisons.