What is a Class and Object in C++?
Can we say that a Class is an Object?
Object is an data or a function which has an adress in run time memory and are also called as instances of class . Thus object is an class type variable or entity of c++ programming language.