+ 1
class is a datatype and object is a variable isn't it ? ..
Each object is associated with the data of type class.
1 Answer
+ 1
Yes, you can say classes are user-defined data types.
Class: A class is the blueprint for the contents of the objects that belong to it, having variables and defines the operations (function/Methods).
Object: An object is an element of a class; objects have the characteristics of their class.like every object of a class have will have the all things that are defined in the class.