What is a Class and Object in C++?
Can we say that a Class is an Object?
Class is collection of data and functions,its user defined data type.Class is specification for object.So you can say that object is variable for class or object is instance of class.